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