mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
Merge pull request #178 from HassanMirza01/main
Fix: Renamed EliteRom's module apk detection to work on them
This commit is contained in:
commit
4b6acccdda
@ -26,14 +26,16 @@ if [ -d "/product/app/XiaomiEUInject" ]; then
|
|||||||
|
|
||||||
ui_print "- XiaomiEUInject app removed."
|
ui_print "- XiaomiEUInject app removed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Remove EliteRoms app
|
||||||
|
|
||||||
if [ -d "/system/app/XInjectModule" ]; then
|
if [ -d "/system/app/EliteDevelopmentModule" ]; then
|
||||||
|
|
||||||
directory="$MODPATH/system/app/XInjectModule"
|
directory="$MODPATH/system/app/EliteDevelopmentModule"
|
||||||
|
|
||||||
[ -d "$directory" ] || mkdir -p "$directory"
|
[ -d "$directory" ] || mkdir -p "$directory"
|
||||||
|
|
||||||
touch "$directory/.replace"
|
touch "$directory/.replace"
|
||||||
|
|
||||||
ui_print "- XInjectModule app removed."
|
ui_print "- EliteDevelopmentModule app removed."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user