mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
Add missing change from amended commit
This commit is contained in:
parent
6c88a77ef4
commit
ea4c139a4f
@ -4,11 +4,9 @@ if magisk --denylist status; then
|
||||
fi
|
||||
|
||||
# Remove conflicting modules if installed
|
||||
for i in MagiskHidePropsConf safetynet-fix; do
|
||||
if [ -d /data/adb/modules/$i ]; then
|
||||
touch /data/adb/modules/$i/remove
|
||||
if [ -d /data/adb/modules/safetynet-fix ]; then
|
||||
touch /data/adb/modules/safetynet-fix/remove
|
||||
fi
|
||||
done
|
||||
|
||||
# Conditional early sensitive properties
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user