Share via


CarrierConfigManager.KeyAllowHoldCallDuringEmergencyBool Field

Definition

Flag indicating whether or not an ongoing call will be held when an outgoing emergency call is placed.

[Android.Runtime.Register("KEY_ALLOW_HOLD_CALL_DURING_EMERGENCY_BOOL", ApiSince=30)]
public const string KeyAllowHoldCallDuringEmergencyBool;
[<Android.Runtime.Register("KEY_ALLOW_HOLD_CALL_DURING_EMERGENCY_BOOL", ApiSince=30)>]
val mutable KeyAllowHoldCallDuringEmergencyBool : string

Field Value

Attributes

Remarks

Flag indicating whether or not an ongoing call will be held when an outgoing emergency call is placed. If true, ongoing calls will be put on hold when an emergency call is placed. If false, placing an emergency call will trigger the disconnect of all ongoing calls before the emergency call is placed.

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