You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Work around PixelPropsUtils framework spoof conflict where supported
This commit is contained in:
@@ -65,3 +65,8 @@ if [ -n "$(resetprop ro.aospa.version)" ]; then
|
|||||||
resetprop | grep -q "\[$PROP\]" || resetprop -n -p "$PROP" ""
|
resetprop | grep -q "\[$PROP\]" || resetprop -n -p "$PROP" ""
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Work around supported custom ROM PixelPropsUtils conflict when spoofProvider is disabled
|
||||||
|
if [ -n "$(resetprop persist.sys.pixelprops.pi)" ]; then
|
||||||
|
resetprop -n -p persist.sys.pixelprops.pi false
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user