-1

enter image description here

I want to get battery uses for each app after a full charge.

Azay Gupta
  • 251
  • 1
  • 13

2 Answers2

0

As per my knowledge in Android you will not be possible to do this, As per the developer documentation you can only Monitor changes in the Battery state

https://developer.android.com/training/monitoring-device-state/battery-monitoring

Vinay Jayaram
  • 978
  • 8
  • 29
0

You can use these both answers for your issue:

First the way that you can get battery information or when fully charged in:

answer of the get fully charged notif

Second the way you can get information of battery usages in a file :

get battery usage of other apps

Update me in comments

alireza daryani
  • 671
  • 5
  • 15