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
@ -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