次の方法で共有


SubscriptionManager.UsageSettingDefault フィールド

定義

注意事項

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

サブスクリプションでは、既定の設定が使用されます。

[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

フィールド値

Value = 0
属性

注釈

サブスクリプションでは、既定の設定が使用されます。

この値は、デバイスの機能とサブスクリプションのその他のプロパティに基づいています。

ほとんどのサブスクリプションは、電話の場合、既定で音声中心になります。

日和見サブスクリプションは、既定でデータ中心になります。

の Java ドキュメント android.telephony.SubscriptionManager.USAGE_SETTING_DEFAULT

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象