Share via


CarrierConfigManager.KeyAllowNonEmergencyCallsInEcmBool Field

Definition

Determines whether the carrier supports making non-emergency phone calls while the phone is in emergency callback mode.

[Android.Runtime.Register("KEY_ALLOW_NON_EMERGENCY_CALLS_IN_ECM_BOOL", ApiSince=24)]
public const string KeyAllowNonEmergencyCallsInEcmBool;
[<Android.Runtime.Register("KEY_ALLOW_NON_EMERGENCY_CALLS_IN_ECM_BOOL", ApiSince=24)>]
val mutable KeyAllowNonEmergencyCallsInEcmBool : string

Field Value

Attributes

Remarks

Determines whether the carrier supports making non-emergency phone calls while the phone is in emergency callback mode. Default value is true, meaning that non-emergency calls are allowed in emergency callback mode.

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