How can I get the specific definition of battery status in Android? -
as far know, there 7 values recorded in android.
according this page, are:
int battery_health_cold int battery_health_dead int battery_health_good int battery_health_overheat int battery_health_over_voltage int battery_health_unknown int battery_health_unspecified_failure
however, page not tell me specific condition of battery.
for example, how hot battery - called battery_health_overheat
?
in situation android return battery_health_dead
?
does document write down definition?
Comments
Post a Comment