A Magisk module for excludes apps from update lists of the Play Store
- Android 4.2+
- Architecture type: arm64-v8a/armeabi-v7a/x86/x86_64
- Magisk v20.4+
v2.0 or higher forces automatic updates to be disabled.
1. Install zip from Magisk Manager.
Create a list of apps to exclude to /data/cache/peulist.txt
.
The list is separated by line breaks.
e.g. /data/cache/peulist.txt
:
com.github.android
com.google.android.gm
com.android.chrome
The list is loaded when the service starts, so a reboot is required for the changes to take effect.