I want to get battery uses for each app after a full charge.
Asked
Active
Viewed 1,162 times
2 Answers
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
- 1,030
- 9
- 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
- 787
- 5
- 16