Share via


TelephonyManager.DataEnabledReasonThermal Field

Definition

Caution

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

To indicate enable or disable data by thermal service.

[Android.Runtime.Register("DATA_ENABLED_REASON_THERMAL", 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 DataEnabledReasonThermal = 3;
[<Android.Runtime.Register("DATA_ENABLED_REASON_THERMAL", 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 DataEnabledReasonThermal : Android.Telephony.DataEnabledReason

Field Value

Value = 3
Attributes

Remarks

To indicate enable or disable data by thermal service. Thermal data on/off won't affect user settings but will bypass the settings and turns off data internally if set to false.

Java documentation for android.telephony.TelephonyManager.DATA_ENABLED_REASON_THERMAL.

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