├── ADDITIONAL_AUTHORS ├── README.md ├── SCOPE ├── SOURCE_URL └── SUMMARY /ADDITIONAL_AUTHORS: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # XDowngrader 2 | 3 | XDowngrader downgrades any app by allowing you to install the APK of an old version on top of the new version on Android 5 and newer. 4 | 5 | No configuration needed*, install and restart the phone. 6 | 7 | *Make sure you allow the module to hook the **System Framework** if you are using LSPosed or EdXposed in WhiteList mode! -------------------------------------------------------------------------------- /SCOPE: -------------------------------------------------------------------------------- 1 | ["android"] -------------------------------------------------------------------------------- /SOURCE_URL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Xposed-Modules-Repo/com.alex193a.xdowngrader/088f39a0e82f5d82037ee0362f62deb0f1b209f7/SOURCE_URL -------------------------------------------------------------------------------- /SUMMARY: -------------------------------------------------------------------------------- 1 | Allows you to downgrade any app on Android 5 and newer. --------------------------------------------------------------------------------