Skip to content

Commit 6730d86

Browse files
authored
Add support for disabling latest version of PixelPropsUtils
1 parent e351645 commit 6730d86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/common_setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if ! $SKIPPERSISTPROP; then
6868
fi
6969

7070
# Work around supported custom ROM PropImitationHooks/PixelPropsUtils (and hybrids) conflict when spoofProvider is disabled
71-
if resetprop | grep -qE "persist.sys.pihooks|persist.sys.entryhooks|persist.sys.spoof|persist.sys.pixelprops" || [ -f /data/system/gms_certified_props.json ]; then
71+
if resetprop | grep -qE "persist.sys.pihooks|persist.sys.entryhooks|persist.sys.spoof|persist.sys.pixelprops|persist.sys.pp" || [ -f /data/system/gms_certified_props.json ]; then
7272
persistprop persist.sys.pihooks.disable.gms_props true
7373
persistprop persist.sys.pihooks.disable.gms_key_attestation_block true
7474
persistprop persist.sys.entryhooks_enabled false
@@ -77,6 +77,8 @@ if ! $SKIPPERSISTPROP; then
7777
persistprop persist.sys.pixelprops.gapps false
7878
persistprop persist.sys.pixelprops.google false
7979
persistprop persist.sys.pixelprops.pi false
80+
persistprop persist.sys.pp.gms false
81+
persistprop persist.sys.pp.finsky false
8082
fi
8183
elif [ "$MODPATH/uninstall.sh" ]; then
8284
sh $MODPATH/uninstall.sh

0 commit comments

Comments
 (0)