CarrierConfigManager.KeySatelliteRoamingTurnOffSessionForEmergencyCallBool 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.
Default value true, meaning when an emergency call request comes in, if the device is
in emergency satellite mode but hasn't sent the first satellite datagram, then exits
satellite mode to allow the emergency call to go through.
[Android.Runtime.Register("KEY_SATELLITE_ROAMING_TURN_OFF_SESSION_FOR_EMERGENCY_CALL_BOOL", ApiSince=36)]
public const string KeySatelliteRoamingTurnOffSessionForEmergencyCallBool;
[<Android.Runtime.Register("KEY_SATELLITE_ROAMING_TURN_OFF_SESSION_FOR_EMERGENCY_CALL_BOOL", ApiSince=36)>]
val mutable KeySatelliteRoamingTurnOffSessionForEmergencyCallBool : string
Field Value
- Attributes
Remarks
Default value true, meaning when an emergency call request comes in, if the device is in emergency satellite mode but hasn't sent the first satellite datagram, then exits satellite mode to allow the emergency call to go through.
If false, the emergency call is always blocked if device is in emergency satellite mode. Note if device is NOT in emergency satellite mode, emergency call is always allowed.
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.