diff --git a/module/post-fs-data.sh b/module/post-fs-data.sh index 28634a7..6f41620 100644 --- a/module/post-fs-data.sh +++ b/module/post-fs-data.sh @@ -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