CarrierConfigManager.ImsEmergency.KeyQuickCrossStackRedialTimerSecInt 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.
If emergency calls are only allowed with normal-registered service and UE should get normal service in a short time with acquired band information, telephony expects dialing emergency call will be completed in a short time.
[Android.Runtime.Register("KEY_QUICK_CROSS_STACK_REDIAL_TIMER_SEC_INT", ApiSince=35)]
public const string KeyQuickCrossStackRedialTimerSecInt;
[<Android.Runtime.Register("KEY_QUICK_CROSS_STACK_REDIAL_TIMER_SEC_INT", ApiSince=35)>]
val mutable KeyQuickCrossStackRedialTimerSecInt : string
Field Value
- Attributes
Remarks
If emergency calls are only allowed with normal-registered service and UE should get normal service in a short time with acquired band information, telephony expects dialing emergency call will be completed in a short time. If dialing is not completed with in a certain timeout, telephony shall place on another 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. The timer shall be started for the first trial of each subscription and shall be ignored in the roaming networks and non-domestic networks.
The default value for the timer is #REDIAL_TIMER_DISABLED
.
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.