CarrierConfigManager.ImsEmergency.KeyScanLimitedServiceAfterVolteFailureBool Field

Definition

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.

Java documentation for android.telephony.CarrierConfigManager.ImsEmergency.KEY_SCAN_LIMITED_SERVICE_AFTER_VOLTE_FAILURE_BOOL.

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.

Applies to