From d8ff58d9ca4217329170686994c946099c8b729f Mon Sep 17 00:00:00 2001 From: xqyz <10251866+bphd@users.noreply.github.com> Date: Sun, 6 Oct 2024 22:48:35 +0100 Subject: [PATCH] Add additional PixelPropsUtils props to workaround --- module/common_setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/common_setup.sh b/module/common_setup.sh index c2ebf79..9af53eb 100644 --- a/module/common_setup.sh +++ b/module/common_setup.sh @@ -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