This commit is contained in:
chiteroman
2023-11-21 14:34:33 +01:00
parent abc57e0a46
commit 177501647c
17 changed files with 199 additions and 12 deletions

10
module/customize.sh Normal file
View File

@@ -0,0 +1,10 @@
# Android < 8.0
if [ "$API" -lt 26 ]; then
abort "!!! You can't use this module on Android < 8.0"
fi
# Check if safetynet-fix is installed
if [ -d "/data/adb/modules/safetynet-fix" ]; then
ui_print "! safetynet-fix module will be removed"
touch "/data/adb/modules/safetynet-fix/remove"
fi