Skip to content

Remove apps don't want to update from the Play Store update list.

License

Notifications You must be signed in to change notification settings

yuk7/playstore-excl-upd

Repository files navigation

Exclude Updates from Play Store

A Magisk module for excludes apps from update lists of the Play Store

GitHub Workflow Status Github All Releases PRs Welcome License

Requirements

  • Android 4.2+
  • Architecture type: arm64-v8a/armeabi-v7a/x86/x86_64
  • Magisk v20.4+

How to Use

0. If possible, disable the auto-update of Play Store.

v2.0 or higher forces automatic updates to be disabled.

1. Install zip from Magisk Manager.

2. Make a list of apps to exclude.

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

3. Reboot the phone

The list is loaded when the service starts, so a reboot is required for the changes to take effect.