You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Don't coexist with those who behave inappropriately
This commit is contained in:
@@ -3,6 +3,12 @@ if [ -d /data/adb/modules/safetynet-fix ]; then
|
|||||||
touch /data/adb/modules/safetynet-fix/remove
|
touch /data/adb/modules/safetynet-fix/remove
|
||||||
ui_print "! Universal SafetyNet Fix (USNF) module will be removed on next reboot"
|
ui_print "! Universal SafetyNet Fix (USNF) module will be removed on next reboot"
|
||||||
fi
|
fi
|
||||||
|
for BADMOD in playcurl playcurlNEXT; do
|
||||||
|
if [ -d /data/adb/modules/$BADMOD ]; then
|
||||||
|
touch /data/adb/modules/$BADMOD/remove
|
||||||
|
ui_print "! $BADMOD module will be removed on next reboot"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
# Replace/hide conflicting custom ROM injection app folders/files to disable them
|
# Replace/hide conflicting custom ROM injection app folders/files to disable them
|
||||||
LIST=$MODPATH/example.app_replace.list
|
LIST=$MODPATH/example.app_replace.list
|
||||||
|
|||||||
Reference in New Issue
Block a user