CarrierConfigManager.ImsEmergency.KeyScanLimitedServiceAfterVolteFailureBool 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.
Indicates whether limited service only scanning will be requested after VoLTE fails.
[Android.Runtime.Register("KEY_SCAN_LIMITED_SERVICE_AFTER_VOLTE_FAILURE_BOOL", ApiSince=35)]
public const string KeyScanLimitedServiceAfterVolteFailureBool;
[<Android.Runtime.Register("KEY_SCAN_LIMITED_SERVICE_AFTER_VOLTE_FAILURE_BOOL", ApiSince=35)>]
val mutable KeyScanLimitedServiceAfterVolteFailureBool : string
Field Value
- Attributes
Remarks
Indicates whether limited service only scanning will be requested after VoLTE fails. This value is applicable if the value of #KEY_EMERGENCY_NETWORK_SCAN_TYPE_INT
is any of #SCAN_TYPE_NO_PREFERENCE
or #SCAN_TYPE_FULL_SERVICE_FOLLOWED_BY_LIMITED_SERVICE
.
The default value is false
.
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.