Language

UsageSetting Enum

Definition

public enum UsageSetting
type UsageSetting = 
Inheritance
UsageSetting

Fields

Name Value Description
Unknown -1

The usage setting is unknown. This will be the usage setting returned on devices that do not support querying the or setting the usage setting. It may also be provided by a carrier that wishes to provide a value to avoid making any settings changes.

Android reference for android.telephony.SubscriptionManager.USAGE_SETTING_UNKNOWN.

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.

Default 0

Subscription uses the default setting. The value is based upon device capability and the other properties of the subscription. Most subscriptions will default to voice-centric when in a phone. An opportunistic subscription will default to data-centric.

Android reference for android.telephony.SubscriptionManager.USAGE_SETTING_DEFAULT.

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.

VoiceCentric 1

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.

Android reference 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.

DataCentric 2

This subscription is forced to data-centric mode Refer to data-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_DATA and support usage setting configuration must support setting this value via. CarrierConfigManager.KEY_CELLULAR_USAGE_SETTING_INT.

Android reference for android.telephony.SubscriptionManager.USAGE_SETTING_DATA_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