I'm aware that I can register a BroadcastReceiver
for ACTION_BATTERY_LOW
and ACTION_BATTERY_OKAY
which will notify my app when this battery LOW state changes, but how can I determine if the battery is currently LOW or OKAY?
BatteryManager
may allow me to get the current percentage and status, but it doesn't appear to expose a status for LOW.