CarrierConfigManager.KeyCarrierForceDisableEtwsCmasTestBool Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.KEY_CARRIER_FORCE_DISABLE_ETWS_CMAS_TEST_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.

Applies to