This is an Xposed module, that allows you to block app updates (including automatic updates) for specific apps, no matter from which app store they were installed. After selecting apps, that should be blocked from updates, the app store will still detect updates for these apps, but will be unable to install these. You can create groups of apps and select which app stores are allowed to update which apps. There are as well timers - you can temporarily disable the group or the module and then just perform needed updates - no need to go back and re-enable group / module, it will happen automatically - this way, you will as well not forget to do it. The specialty of this module is that apps, that are blocked from updates still can verify their license in Google Play and make in-app purchases. It means, you can disable updates for your licensed apps from Google Play without breaking their license. Another advantage of this module is that it doesnt break SafetyNet / Play Integrity as it doesnt hook Google Play or Google Play Services.
The main reason for creating this module was aggressive auto-update policy of Google Play, ignoring and resetting the auto-update setting for specific apps, set by user, see proof:
You can download latest release from: https://github.com/Senliast/xposed-modules/releases/tag/Updates-Manager-Extended-v4.0.
Q: How does it work?
A: The module hooks the PackageInstaller process and when an update starts - it checks if the name of the package, that is about to update, is present in the blacklist. If yes - it pretends, that something went wrong during package verification, this way causing the installation to fail.
Q: Why does it need access to Android system and not to Package Installer?
A: The Package Installer application is more a GUI, mainly intended for installing APKs. The part that is handling the logic and installation process is part of Android, exactly said its located in com.android.server.pm, therefore, access to Android system is needed.
Q: Is it compatible with WSA?
A: Yes
Google Play, disable android app updates, disable android app auto updates, Google Play updates, android app updates blocker, block android app updates, Xposed, LSPosed, Root, Magisk
This GitHub repo is only a service repo for the LSposed repo, you can find the source code and main GitHub repo at: https://github.com/Senliast/xposed-modules/tree/main/Updates_Manager_Extended
com.senliast.updatesmanagerextended
https://github.com/Senliast/xposed-modules/tree/main/Updates_Manager_Extended
Release Type: Stable
4/2/2026, 7:15:53 PM