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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -