CarrierConfigManager.ImsEmergency.KeyEmergencyScanTimerSecInt 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.
Emergency scan timer to wait for scan results from radio before attempting the call over Wi-Fi.
[Android.Runtime.Register("KEY_EMERGENCY_SCAN_TIMER_SEC_INT", ApiSince=35)]
public const string KeyEmergencyScanTimerSecInt;
[<Android.Runtime.Register("KEY_EMERGENCY_SCAN_TIMER_SEC_INT", ApiSince=35)>]
val mutable KeyEmergencyScanTimerSecInt : string
Field Value
- Attributes
Remarks
Emergency scan timer to wait for scan results from radio before attempting the call over Wi-Fi. On timer expiry, if emergency call on Wi-Fi is allowed and possible, telephony shall cancel the scan and place the call on Wi-Fi. If emergency call on Wi-Fi is not possible, then domain selection continues to wait for the scan result from the radio. If an emergency scan result is received before the timer expires, the timer shall be stopped and no dialing over Wi-Fi will be tried. If this value is set to 0, then the timer is never started and domain selection waits for the scan result from the radio.
The default value for the timer is 10 seconds.
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.