CarrierConfigManager.ImsEmergency.KeyEmergencyDomainPreferenceIntArray 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.
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
}.
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.