Share via


CarrierConfigManager.ImsWfc.KeyEmergencyCallOverEmergencyPdnBool Field

Definition

Flag specifying whether emergency call over VoWiFi is requested over emergency PDN or IMS PDN.

[Android.Runtime.Register("KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL", ApiSince=33)]
public const string KeyEmergencyCallOverEmergencyPdnBool;
[<Android.Runtime.Register("KEY_EMERGENCY_CALL_OVER_EMERGENCY_PDN_BOOL", ApiSince=33)>]
val mutable KeyEmergencyCallOverEmergencyPdnBool : string

Field Value

Attributes

Remarks

Flag specifying whether emergency call over VoWiFi is requested over emergency PDN or IMS PDN.

If false: E911 call uses IMS PDN for E911 call over VoWiFi. If true: E911 call uses Emergency PDN for E911 call over VoWiFi.

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