Broadcast Action: Indicates the battery is now okay after being low.
Syntax
[Android.Runtime.Register("ACTION_BATTERY_OKAY")] public const stringActionBatteryOkay
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.