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