SubscriptionManager.UsageSettingDataCentric 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.
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 data-centric mode
[Android.Runtime.Register("USAGE_SETTING_DATA_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 UsageSettingDataCentric = 2;
[<Android.Runtime.Register("USAGE_SETTING_DATA_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 UsageSettingDataCentric : Android.Telephony.UsageSetting
Field Value
Value = 2- Attributes
Remarks
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
.
Java documentation 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.