Add additional PixelPropsUtils props to workaround

This commit is contained in:
xqyz 2024-10-06 22:48:35 +01:00 committed by chiteroman
parent da4bd8b983
commit 15579aa13b

View File

@ -44,4 +44,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