Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xposed-modules-repo/de.buttercookie.disabletargetapiblock
Disable Target API Block
https://github.com/xposed-modules-repo/de.buttercookie.disabletargetapiblock
Last synced: about 12 hours ago
JSON representation
Disable Target API Block
- Host: GitHub
- URL: https://github.com/xposed-modules-repo/de.buttercookie.disabletargetapiblock
- Owner: Xposed-Modules-Repo
- Created: 2023-12-14T16:36:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T21:49:11.000Z (10 months ago)
- Last Synced: 2023-12-29T23:06:48.342Z (10 months ago)
- Homepage: https://github.com/buttercookie42/DisableTargetAPIBlock
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disable Target API Block
On Android 14, Google started blocking old apps (those targeting a target API lower than 23, i.e.
anything before Marshmallow/Android 6) from being installed.While this behaviour can be overridden by calling `adb install` (respectively `pm install` if
you've got access to a root shell on your device) with the `--bypass-low-target-sdk-block` flag, it
still breaks simple manual installation of older APKs, as well as any backup apps and other software
like that which hasn't yet been updated for this new behaviour.This Xposed module hooks the app installation process to always behave as if that flag had been
passed and to therefore generally allow installation of old apps.## Compatibility
Requires at least Android 14.