CarrierConfigManager.KeyDisableCdmaActivationCodeBool 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.
Disables dialing "*228" (OTASP provisioning) on CDMA carriers where it is not supported or is potentially harmful by locking the SIM to 3G.
[Android.Runtime.Register("KEY_DISABLE_CDMA_ACTIVATION_CODE_BOOL", ApiSince=23)]
public const string KeyDisableCdmaActivationCodeBool;
[<Android.Runtime.Register("KEY_DISABLE_CDMA_ACTIVATION_CODE_BOOL", ApiSince=23)>]
val mutable KeyDisableCdmaActivationCodeBool : string
Field Value
- Attributes
Remarks
Disables dialing "*228" (OTASP provisioning) on CDMA carriers where it is not supported or is potentially harmful by locking the SIM to 3G.
Java documentation for android.telephony.CarrierConfigManager.KEY_DISABLE_CDMA_ACTIVATION_CODE_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.