CarrierConfigManager.KeyIgnoreDataEnabledChangedForVideoCalls Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.