共用方式為


SubscriptionManager.UsageSettingDefault Field

Definition

Caution

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

Subscription uses the default setting.

[Android.Runtime.Register("USAGE_SETTING_DEFAULT", 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 UsageSettingDefault = 0;
[<Android.Runtime.Register("USAGE_SETTING_DEFAULT", 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 UsageSettingDefault : Android.Telephony.UsageSetting

Field Value

Value = 0
Attributes

Remarks

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.

Java documentation 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.

Applies to