No results found

Updates Manager Extended - Xposed Module Repository

Updates Manager Extended

About

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:

Compatibility

  • app stores: ALL
  • CPUs: arm, arm64, x86, x64
  • Android versions:
    • guaranteed to work on AOSP Android 13-14
    • should work on AOSP Android 12, 15, 16
    • will NOT work on Android 11 and below
    • will probably work on OEM skins (Samsung, MIUI), as long as the Android version matches, but no guaranty

Download

You can download latest release from: https://github.com/Senliast/xposed-modules/releases/tag/Updates-Manager-Extended-v4.0.

Installation

  1. Install the APK.
  2. Enable the module in LSPosed Manager, add to scope the following packages:
    • Android system
  3. Reboot the device

Uninstalling

  1. Remove the app.
  2. Reboot the device.

Questions and answers

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

Key words

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

Notice

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

Releases

Updates Manager Extended v4.0

Release Type: Stable

4/2/2026, 7:15:53 PM

  • introducing groups - you can create groups of apps and select which app stores are allowed to update which apps
  • added timers - you can now temporarily disable the group or the module
  • stability improvements
  • code cleanup, removed unnecessary dependencies
  • UI improvements
© 2021 - 2026 New Xposed Module Repository