CarrierConfigManager.KeyAllowNonEmergencyCallsInEcmBool 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 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.
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.