Add additional PixelPropsUtils props to workaround

This commit is contained in:
xqyz
2024-10-06 22:48:35 +01:00
committed by GitHub
parent ea65aef097
commit d8ff58d9ca

View File

@@ -69,4 +69,6 @@ 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
resetprop -n -p persist.sys.pixelprops.gapps false
resetprop -n -p persist.sys.pixelprops.gms false
fi