CarrierConfigManager.ImsEmergency.KeyCrossStackRedialTimerSecInt 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.
A timer to guard the max attempting time on current SIM slot so that modem will not stuck in current SIM slot for long time.
[Android.Runtime.Register("KEY_CROSS_STACK_REDIAL_TIMER_SEC_INT", ApiSince=35)]
public const string KeyCrossStackRedialTimerSecInt;
[<Android.Runtime.Register("KEY_CROSS_STACK_REDIAL_TIMER_SEC_INT", ApiSince=35)>]
val mutable KeyCrossStackRedialTimerSecInt : string
Field Value
- Attributes
Remarks
A timer to guard the max attempting time on current SIM slot so that modem will not stuck in current SIM slot for long time. On timer expiry, if emergency call on the other SIM slot is preferable, telephony shall cancel the emergency call and place the call on the other SIM slot. If this value is set to #REDIAL_TIMER_DISABLED
, then the timer will never be started and domain selection continues on the current SIM slot. This value should be greater than the value of #KEY_EMERGENCY_SCAN_TIMER_SEC_INT
.
The default value for the timer is 120 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.