Android.Content.Intent.ActionBatteryLow Field
Broadcast Action: Indicates low battery condition on the device.

Syntax

[Android.Runtime.Register("ACTION_BATTERY_LOW")]
public const string ActionBatteryLow

Remarks

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

This is a protected intent that can only be sent by the system.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1