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

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

javascript - Why Selenium can't find an element that is graphically visible -

qt - Microsoft FTP Service 451 The parameter is incorrect -