Skip to content

Commit 1108dce

Browse files
Add readme
1 parent cf973b3 commit 1108dce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

0 commit comments

Comments
 (0)