device_api-android icon indicating copy to clipboard operation
device_api-android copied to clipboard

More battery information

Open Asimk21 opened this issue 10 years ago • 1 comments

Wouldn't it be good to add more detailed battery information on following lines ?

Defined in android.os.BatteryManager BATTERY_STATUS_UNKNOWN (0x00000001) BATTERY_STATUS_CHARGING (0x00000002) BATTERY_STATUS_DISCHARGING (0x00000003) BATTERY_STATUS_NOT_CHARGING (0x00000004) BATTERY_STATUS_FULL (0x00000005)

With respect to health in battery information, the definition of value is as follows, Defined in android.os.BatteryManager BATTERY_HEALTH_UNKNOWN (0x00000001) BATTERY_HEALTH_GOOD (0x00000002) BATTERY_HEALTH_OVERHEAT (0x00000003) BATTERY_HEALTH_DEAD (0x00000004) BATTERY_HEALTH_OVER_VOLTAGE (0x00000005) BATTERY_HEALTH_UNSPECIFIED_FAILURE(0x00000006) BATTERY_HEALTH_COLD (0x00000007)

Asimk21 avatar Sep 30 '15 11:09 Asimk21

Part of bbc/hive_mind#173

jrmhaig avatar Sep 01 '16 15:09 jrmhaig