File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ # Disable Target API Block
2+ On Android 14, Google started blocking old apps (those targeting a target API lower than 23, i.e.
3+ anything before Marshmallow/Android 6) from being installed.
4+
5+ While this behaviour can be overridden by calling ` adb install ` (respectively ` pm install ` if
6+ you've got access to a root shell on your device) with the ` --bypass-low-target-sdk-block ` flag, it
7+ still breaks simple manual installation of older APKs, as well as any backup apps and other software
8+ like that which hasn't yet been updated for this new behaviour.
9+
10+ This Xposed module hooks the app installation process to always behave as if that flag had been
11+ passed and to therefore generally allow installation of old apps.
12+
13+ ## Compatibility
14+ Requires at least Android 14.
You can’t perform that action at this time.
0 commit comments