CarrierConfigManager.ImsEmergency.KeyPreferImsEmergencyWhenVoiceCallsOnCsBool Field

Definition

Specifies whether the emergency call shall be preferred over IMS or not irrespective of IMS registration status.

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

Field Value

Attributes

Remarks

Specifies whether the emergency call shall be preferred over IMS or not irrespective of IMS registration status. If the value of the config is true then emergency calls shall prefer IMS when device is combined-attached in LTE network and IMS is not registered. If the value of the config is false then emergency calls use CS domain in the same scenario.

The default value for this key is false.

Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.KEY_PREFER_IMS_EMERGENCY_WHEN_VOICE_CALLS_ON_CS_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