TelephonyManager.DataEnabledReasonCarrier 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.
根据运营商信号或运营商特权应用指示系统启用或禁用运营商数据。
[Android.Runtime.Register("DATA_ENABLED_REASON_CARRIER", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.", true)]
public const Android.Telephony.DataEnabledReason DataEnabledReasonCarrier = 2;
[<Android.Runtime.Register("DATA_ENABLED_REASON_CARRIER", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataEnabledReason enum directly instead of this field.", true)>]
val mutable DataEnabledReasonCarrier : Android.Telephony.DataEnabledReason
字段值
Value = 2- 属性
注解
根据运营商信号或运营商特权应用指示系统启用或禁用运营商数据。 开/关的运营商数据不会影响用户设置,但如果设置为 false
,则会绕过设置,并在内部关闭数据。
适用于 . 的 android.telephony.TelephonyManager.DATA_ENABLED_REASON_CARRIER
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。