CarrierConfigManager.ImsEmergency.KeyEmergencyDomainPreferenceRoamingIntArray Field

Definition

Specifies the emergency call domain preference for the roaming network.

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

Field Value

Attributes

Remarks

Specifies the emergency call domain preference for the roaming 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_ROAMING_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