- Patches Google Play services app and certain processes/services to be able to use battery optimization
- Can disable some of Google Play services app services to further optimize battery
- Support API 23 or later
- Support Magisk, KernelSU, and APatch root implementations
- Module can not be installed on top of old one, at least for now. Please delete old instalation, reboot, and then proceed to reinstall module
- If you try to ignore it, module forcefully remove old installation and reboot to allow you reinstallation after
-
Check if moduel runs as expected using Action button
-
If it says "Apps Optimized" then all is as expected
-
If it says "Apps Not Optimized" then there is some sort of problem
-
Command-line for check optimization (in general):
There's a line writtenWhitelist (except idle) system apps:and ifcom.google.android.gmsline does not exist it means Google Play services is optimized).
> su
> dumpsys deviceidle
- Command-line for fix delayed incoming messages issue:
If the issue still persist, move the app to Not Optimized battery usage.
> su
> cd /data/data
> find . -type f -name '*gms*' -delete
- topjohnwu / Magisk - Magisk Module Template
- gloeyisk - GMS Doze implementation idea and methods