Intent.ActionBatteryOkay Field

Definition

Broadcast Action: Indicates the battery is now okay after being low.

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

Field Value

Implements

Attributes

Remarks

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

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

Java documentation for android.content.Intent.ACTION_BATTERY_OKAY.

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