MuntashirAkon / BatteryChargeLimiter

Limit battery charging on Android
GNU General Public License v3.0
159 stars 15 forks source link

Persistent background/foreground service #23

Open kryptobolt07 opened 1 year ago

kryptobolt07 commented 1 year ago

Please add a persistent background or foreground service so that charging is switched off when the limit is reached even if the ram has been cleared.

MuntashirAkon commented 1 month ago

Battery optimization is disabled automatically on launch. So, the service should not be disabled. However, it disabled itself automatically if you're device remains unplugged for quite some time.

kryptobolt07 commented 1 month ago

Battery optimization is disabled automatically on launch. So, the service should not be disabled. However, it disabled itself automatically if you're device remains unplugged for quite some time.

Is it possible to have a toggle for running the service indefinitely.(turning it into daemon)