Intent.ActionBatteryLow Field

Definition

Broadcast Action: Indicates low battery condition on the device.

[Android.Runtime.Register("ACTION_BATTERY_LOW")]
public const string ActionBatteryLow;
[<Android.Runtime.Register("ACTION_BATTERY_LOW")>]
val mutable ActionBatteryLow : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: Indicates low battery condition on the device. This broadcast corresponds to the "Low battery warning" system dialog.

<p class="note">This is a protected intent that can only be sent by the system.

Java documentation for android.content.Intent.ACTION_BATTERY_LOW.

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