From 15579aa13b9fef19d2bd86e6eea508fbaeb4d818 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/post-fs-data.sh | 2 ++ 1 file changed, 2 insertions(+) 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