CarrierConfigManager.KeyCarrierConfigAppliedBool 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.
Determines whether any carrier has been identified and its specific config has been applied, default to false.
[Android.Runtime.Register("KEY_CARRIER_CONFIG_APPLIED_BOOL", ApiSince=30)]
public const string KeyCarrierConfigAppliedBool;
[<Android.Runtime.Register("KEY_CARRIER_CONFIG_APPLIED_BOOL", ApiSince=30)>]
val mutable KeyCarrierConfigAppliedBool : string
Field Value
- Attributes
Remarks
Determines whether any carrier has been identified and its specific config has been applied, default to false.
Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_CONFIG_APPLIED_BOOL
.
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.