Skip to content

Commit

Permalink
Add com.android.vending to DenyList changes
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Renshaw <[email protected]>
  • Loading branch information
chiteroman and osm0sis committed Feb 9, 2025
1 parent 9012710 commit 2269f63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/post-fs-data.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
MODPATH="${0%/*}"
. "$MODPATH"/common_func.sh

# Remove Play Services from Magisk DenyList when set to Enforce in normal mode
# Remove Play Services and Play Store from Magisk DenyList when set to Enforce in normal mode
if magisk --denylist status; then
magisk --denylist rm com.google.android.gms
magisk --denylist rm com.android.vending
else
# Check if Shamiko is installed and whitelist feature isn't enabled
if [ -d "/data/adb/modules/zygisk_shamiko" ] && [ ! -f "/data/adb/shamiko/whitelist" ]; then
magisk --denylist add com.google.android.gms com.google.android.gms
magisk --denylist add com.google.android.gms com.google.android.gms.unstable
magisk --denylist add com.android.vending
fi
fi

Expand Down

0 comments on commit 2269f63

Please sign in to comment.