File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ get_xposed() {
3333 XPOSED=$1; SKIPLIST=$2; PACKAGE=$3
3434 APK_PATH=$(pm path "$PACKAGE" 2>/dev/null | head -n1 | cut -d: -f2)
3535 [ -z "$APK_PATH" ] && exit
36- if unzip -l "$APK_PATH" | grep -q " xposed"; then
36+ if unzip -l "$APK_PATH" | grep -qE "xposed_init| xposed/module.prop "; then
3737 echo "$PACKAGE" >> "$XPOSED"
3838 else
3939 echo "$PACKAGE" >> "$SKIPLIST"
Original file line number Diff line number Diff line change 5454 [ -d " $HIDE_DIR " ] && rm -rf " $HIDE_DIR "
5555fi
5656
57- # Hide module from APatch, KernelSU, KSUWebUIStandalone, MMRL
58- nohup sh -c " sleep 3; rm -f $MODPATH /module.prop" &
59-
6057# Symlink tricky store
6158if [ -f " $MODPATH /action.sh" ] && [ ! -e " $TS /action.sh" ]; then
6259 ln -s " $MODPATH /action.sh" " $TS /action.sh"
7269sh " $MODPATH /common/get_extra.sh" --xposed > /dev/null 2>&1
7370
7471[ ! -f " $MODPATH /action.sh" ] || rm -rf " /data/adb/modules/TA_utl"
72+
73+ # Hide module from APatch, KernelSU, KSUWebUIStandalone, MMRL
74+ nohup sh -c " sleep 3; rm -f $MODPATH /module.prop" &
You can’t perform that action at this time.
0 commit comments