AccSettings
AccSettings copied to clipboard
[FEATURE REQUEST] adding an alarm/notification to the application when charging/discharging above and below the set values
I have oneplus 9rt ColorOS 12 (Android 11) sometimes the charge resumes after idle mode and I pay attention to this after charging to full, please add an alarm/notification to the application when charging/discharging above and below the set values
It is not difficult to implement this functionality. Start a background service that reads the battery status every few seconds, compares it with the previous status, and pops up a notification when it changes. This will increase the power consumption a bit. I will try to implement it as an option when I have time.
Also, if you think it's an error to resume charging, I suggest you run the command below through the ADB or terminal application:
acc --log --export
Then feed the file /sdcard/Download/acc-logs-$deviceName.tgz
to ACC
Thank you