You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Fix persistprop during installation
Thanks geekboy38 on xda!
This commit is contained in:
@@ -33,7 +33,10 @@ if [ -d /data/adb/modules/MagiskHidePropsConf ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run common tasks for installation and boot-time
|
# Run common tasks for installation and boot-time
|
||||||
[ -d "$MODPATH/zygisk" ] && . $MODPATH/common_setup.sh
|
if [ -d "$MODPATH/zygisk" ]; then
|
||||||
|
. $MODPATH/common_func.sh
|
||||||
|
. $MODPATH/common_setup.sh
|
||||||
|
fi
|
||||||
|
|
||||||
# Migrate custom.pif.json to latest defaults if needed
|
# Migrate custom.pif.json to latest defaults if needed
|
||||||
if [ -f "$MODPATH/custom.pif.json" ] && ! grep -q "api_level" $MODPATH/custom.pif.json; then
|
if [ -f "$MODPATH/custom.pif.json" ] && ! grep -q "api_level" $MODPATH/custom.pif.json; then
|
||||||
|
|||||||
Reference in New Issue
Block a user