Android.Content.Intent.ActionBatteryOkay Field
Broadcast Action: Indicates the battery is now okay after being low.

Syntax

[Android.Runtime.Register("ACTION_BATTERY_OKAY")]
public const string ActionBatteryOkay

Remarks

Broadcast Action: Indicates the battery is now okay after being low. This will be sent after Intent.ActionBatteryLow once the battery has gone back up to an okay state.

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 4