Language

PhoneAccount.LowBatteryAlertDisabled Field

Definition

Default value indicating that the low battery alert feature is disabled.

[Android.Runtime.Register("LOW_BATTERY_ALERT_DISABLED", ApiSince=37)]
public const int LowBatteryAlertDisabled = -1;
[<Android.Runtime.Register("LOW_BATTERY_ALERT_DISABLED", ApiSince=37)>]
val mutable LowBatteryAlertDisabled : int

Field Value

Value = -1

Implements

Attributes

Remarks

Default value indicating that the low battery alert feature is disabled.

Android reference for android.telecom.PhoneAccount.LOW_BATTERY_ALERT_DISABLED.

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