SubscriptionManager.UsageSettingVoiceCentric Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.

This subscription is forced to voice-centric mode

[Android.Runtime.Register("USAGE_SETTING_VOICE_CENTRIC", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.", true)]
public const Android.Telephony.UsageSetting UsageSettingVoiceCentric = 1;
[<Android.Runtime.Register("USAGE_SETTING_VOICE_CENTRIC", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.UsageSetting enum directly instead of this field.", true)>]
val mutable UsageSettingVoiceCentric : Android.Telephony.UsageSetting

Field Value

Value = 1
Attributes

Remarks

This subscription is forced to voice-centric mode

Refer to voice-centric mode in 3gpp 24.301 sec 4.3 and 3gpp 24.501 sec 4.3. Also refer to "UE's usage setting" as defined in 3gpp 24.301 section 3.1 and 3gpp 23.221 Annex A.

Devices that support PackageManager#FEATURE_TELEPHONY_CALLING and support usage setting configuration must support setting this value via CarrierConfigManager#KEY_CELLULAR_USAGE_SETTING_INT.

Java documentation for android.telephony.SubscriptionManager.USAGE_SETTING_VOICE_CENTRIC.

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