CarrierConfigManager.ImsEmergency.RedialTimerDisabled 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.
This values indicates that the cross SIM redialing timer and maximum celluar search timer shall be disabled.
[Android.Runtime.Register("REDIAL_TIMER_DISABLED", ApiSince=35)]
public const int RedialTimerDisabled = 0;
[<Android.Runtime.Register("REDIAL_TIMER_DISABLED", ApiSince=35)>]
val mutable RedialTimerDisabled : int
Field Value
Value = 0- Attributes
Remarks
This values indicates that the cross SIM redialing timer and maximum celluar search timer shall be disabled.
Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.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.