CarrierConfigManager.KeyEnhanced4gLteOnByDefaultBool 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.
Sets the default state for the "Enhanced 4G LTE" or "Advanced Calling" mode toggle set by the user.
[Android.Runtime.Register("KEY_ENHANCED_4G_LTE_ON_BY_DEFAULT_BOOL", ApiSince=29)]
public const string KeyEnhanced4gLteOnByDefaultBool;
[<Android.Runtime.Register("KEY_ENHANCED_4G_LTE_ON_BY_DEFAULT_BOOL", ApiSince=29)>]
val mutable KeyEnhanced4gLteOnByDefaultBool : string
Field Value
- Attributes
Remarks
Sets the default state for the "Enhanced 4G LTE" or "Advanced Calling" mode toggle set by the user. When this is true
, this mode by default is on, otherwise if false
, this mode by default is off.
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.