Android: Battery usage of each application

前端 未结 2 2114
无人及你
无人及你 2020-12-11 08:24

Is there anyway to get the battery usage info per application per second in API, adb shell, ...?

相关标签:
2条回答
  • 2020-12-11 08:46

    Other than the battery usage screen in Settings, there is no API or command-line way to get this information.

    0 讨论(0)
  • 2020-12-11 09:06

    just try to read http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android-apps/1.6_r2/com/android/settings/fuelgauge/PowerUsageSummary.java/ , then you can get the info shown in the battery usage screen. the key class are IBatteryStats and BatteryStatsImpl.

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