CarrierConfigManager.ImsEmergency.KeyEmergencyDomainPreferenceIntArray Field

Definition

Specifies the emergency call domain preference for the home network.

[Android.Runtime.Register("KEY_EMERGENCY_DOMAIN_PREFERENCE_INT_ARRAY", ApiSince=35)]
public const string KeyEmergencyDomainPreferenceIntArray;
[<Android.Runtime.Register("KEY_EMERGENCY_DOMAIN_PREFERENCE_INT_ARRAY", ApiSince=35)>]
val mutable KeyEmergencyDomainPreferenceIntArray : string

Field Value

Attributes

Remarks

Specifies the emergency call domain preference for the home network. The domain selection service shall choose the domain in the order for attempting the emergency call

Possible values are, #DOMAIN_CS#DOMAIN_PS_3GPP#DOMAIN_PS_NON_3GPP.

The default value for this key is {#DOMAIN_PS_3GPP, #DOMAIN_CS, #DOMAIN_PS_NON_3GPP}.

Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.KEY_EMERGENCY_DOMAIN_PREFERENCE_INT_ARRAY.

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