PlayIntegrityFix/module/customize.sh
chiteroman 27c00e2ce7
v13.7
2023-11-25 02:13:22 +01:00

10 lines
302 B
Bash

# Error on < Android 8
if [ "$API" -lt 26 ]; then
abort "!!! You can't use this module on Android < 8.0."
fi
# safetynet-fix module is incompatible
if [ -d "/data/adb/modules/safetynet-fix" ]; then
touch "/data/adb/modules/safetynet-fix/remove"
ui_print "!!! safetynet-fix module removed!"
fi