File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
8183elif [ " $MODPATH /uninstall.sh" ]; then
8284 sh $MODPATH /uninstall.sh
You can’t perform that action at this time.
0 commit comments