mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 11:02:20 +08:00
Fix: Renamed EliteRom's module apk detection to work on them
This commit is contained in:
parent
506d939095
commit
fdef1ba443
@ -27,13 +27,15 @@ if [ -d "/product/app/XiaomiEUInject" ]; then
|
||||
ui_print "- XiaomiEUInject app removed."
|
||||
fi
|
||||
|
||||
if [ -d "/system/app/XInjectModule" ]; then
|
||||
# Remove EliteRoms app
|
||||
|
||||
directory="$MODPATH/system/app/XInjectModule"
|
||||
if [ -d "/system/app/EliteDevelopmentModule" ]; then
|
||||
|
||||
directory="$MODPATH/system/app/EliteDevelopmentModule"
|
||||
|
||||
[ -d "$directory" ] || mkdir -p "$directory"
|
||||
|
||||
touch "$directory/.replace"
|
||||
|
||||
ui_print "- XInjectModule app removed."
|
||||
ui_print "- EliteDevelopmentModule app removed."
|
||||
fi
|
Loading…
Reference in New Issue
Block a user