CarrierConfigManager.KeyCarrierForceDisableEtwsCmasTestBool 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.
The default flag specifying whether ETWS/CMAS test setting is forcibly disabled in Settings->More->Emergency broadcasts menu even though developer options is turned on.
[Android.Runtime.Register("KEY_CARRIER_FORCE_DISABLE_ETWS_CMAS_TEST_BOOL", ApiSince=24)]
public const string KeyCarrierForceDisableEtwsCmasTestBool;
[<Android.Runtime.Register("KEY_CARRIER_FORCE_DISABLE_ETWS_CMAS_TEST_BOOL", ApiSince=24)>]
val mutable KeyCarrierForceDisableEtwsCmasTestBool : string
Field Value
- Attributes
Remarks
The default flag specifying whether ETWS/CMAS test setting is forcibly disabled in Settings->More->Emergency broadcasts menu even though developer options is turned on.
This member is deprecated. Use com.android.cellbroadcastreceiver.CellBroadcastReceiver
resource show_test_settings
to control whether to show test alert settings or not.
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.