Batt app
Batt is a simple app that shows battery status information on Android devices. By default, it shows the number of charge cycles and the charge status. However, if the android.permission.BATTERY_STATS
permission is granted (which can be done from the app itself if you have Shizuku), it can also show:
- the battery health
- the battery manufacturing date
- the battery first use date
Note that this app requires Android 14 to work. It just „targets“ a lower Android version to work around restrictions introduced with newer Android versions (blocking access to battery stats).