You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Allow customizable path replacement for conflicting custom ROM apps
This commit is contained in:
@@ -11,6 +11,17 @@ if [ -d /data/adb/modules/safetynet-fix ]; then
|
||||
touch /data/adb/modules/safetynet-fix/remove
|
||||
fi
|
||||
|
||||
# Replace conflicting custom ROM injection app folders to disable them
|
||||
if [ -f "$MODDIR/app_replace.list" ]; then
|
||||
for APP in $(grep -v '^#' "$MODDIR/app_replace.list"); do
|
||||
if [ -d "$APP" ]; then
|
||||
HIDEDIR="$MODDIR/$APP"
|
||||
mkdir -p "$HIDEDIR"
|
||||
touch "$HIDEDIR/.replace"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
# Conditional early sensitive properties
|
||||
|
||||
# Samsung
|
||||
|
||||
Reference in New Issue
Block a user