Skip to content

Commit

Permalink
Add additional PixelPropsUtils props to workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bphd authored and chiteroman committed Oct 22, 2024
1 parent da4bd8b commit 15579aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15579aa

Please sign in to comment.