Allow optional skipping resetprop --delete to avoid detections

This commit is contained in:
Chris Renshaw
2024-11-10 13:09:56 -04:00
committed by GitHub
parent 4e96fdef9d
commit cd32f0cb0a
3 changed files with 5 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ if [ -d /data/adb/modules/playintegrityfix/system ]; then
fi
# Copy any supported custom files to updated module
for FILE in custom.app_replace.list custom.pif.json; do
for FILE in custom.app_replace.list custom.pif.json skipdelprop; do
if [ -f "/data/adb/modules/playintegrityfix/$FILE" ]; then
ui_print "- Restoring $FILE"
cp -af /data/adb/modules/playintegrityfix/$FILE $MODPATH/$FILE