CarrierConfigManager.ImsEmergency.KeyPreferImsEmergencyWhenVoiceCallsOnCsBool 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 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
.
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.