What are the units for battery temperature and voltage when Intent.BATTERY_ACTION_CHANGED on android device?

前端 未结 1 1083
[愿得一人]
[愿得一人] 2020-12-16 13:12

I retrieved battery temperature and voltage information using the intent Intent.ACTION_BATTERY_CHANGED and the values I got are pretty weird. I could not get an

相关标签:
1条回答
  • 2020-12-16 13:46
    • voltage- int, current battery voltage in millivolts

    • temperature - int, current battery temperature in tenths of a degree Centigrade

    From here.

    0 讨论(0)
提交回复
热议问题