Share via


CarrierConfigManager.KeyIgnoreDataEnabledChangedForVideoCalls Field

Definition

When true, changes to the mobile data enabled switch will not cause the VT registration state to change.

[Android.Runtime.Register("KEY_IGNORE_DATA_ENABLED_CHANGED_FOR_VIDEO_CALLS", ApiSince=30)]
public const string KeyIgnoreDataEnabledChangedForVideoCalls;
[<Android.Runtime.Register("KEY_IGNORE_DATA_ENABLED_CHANGED_FOR_VIDEO_CALLS", ApiSince=30)>]
val mutable KeyIgnoreDataEnabledChangedForVideoCalls : string

Field Value

Attributes

Remarks

When true, changes to the mobile data enabled switch will not cause the VT registration state to change. That is, turning on or off mobile data will not cause VT to be enabled or disabled. When false, disabling mobile data will cause VT to be de-registered.

Java documentation for android.telephony.CarrierConfigManager.KEY_IGNORE_DATA_ENABLED_CHANGED_FOR_VIDEO_CALLS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to