CarrierConfigManager.ImsEmergency.KeyMaximumNumberOfEmergencyTriesOverVowifiInt 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.
Specifies maximum number of emergency call retries over Wi-Fi.
[Android.Runtime.Register("KEY_MAXIMUM_NUMBER_OF_EMERGENCY_TRIES_OVER_VOWIFI_INT", ApiSince=35)]
public const string KeyMaximumNumberOfEmergencyTriesOverVowifiInt;
[<Android.Runtime.Register("KEY_MAXIMUM_NUMBER_OF_EMERGENCY_TRIES_OVER_VOWIFI_INT", ApiSince=35)>]
val mutable KeyMaximumNumberOfEmergencyTriesOverVowifiInt : string
Field Value
- Attributes
Remarks
Specifies maximum number of emergency call retries over Wi-Fi. This is valid only when #DOMAIN_PS_NON_3GPP
is included in #KEY_EMERGENCY_DOMAIN_PREFERENCE_INT_ARRAY
or #KEY_EMERGENCY_DOMAIN_PREFERENCE_ROAMING_INT_ARRAY
.
The default value for this key is 1.
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.