0

As far as I know, there are seven values recorded in Android.

According to this page, they 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, that page does not tell me the specific condition of the battery.

For example, how hot the battery is - would that be called BATTERY_HEALTH_OVERHEAT?

In what situation would Android return BATTERY_HEALTH_DEAD?

Does any document write down the definition?

Jaxian
  • 1,146
  • 7
  • 14
Ray
  • 568
  • 6
  • 20
  • 1
    someone made a similar question [here](http://stackoverflow.com/q/10098979/3178454) – ddb Jul 06 '16 at 10:31
  • 1
    The likelihood is that those specific conditions would vary between device manufacturers. Google might give them some guidelines, but they ultimately choose what the specific conditions are. – kris larson Jul 06 '16 at 20:30

0 Answers0