Improve xposed detection logic

Detect Xposed module from AndroidMainfest.xml instead of relying on LSPosed module repository since not all Xposed module will available in the repo.
This commit is contained in:
KOWX712
2024-11-22 17:02:30 +08:00
parent e192fcc916
commit f4860d1a00
3 changed files with 19 additions and 12 deletions

View File

@@ -17,7 +17,6 @@ initialize() {
abort
}
mkdir -p "$MODPATH/system/bin"
mv "$MODPATH/bin/$(getprop ro.product.cpu.abi)/aapt" "$COMPATH/aapt"
rm -rf "$MODPATH/bin"