You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add com.android.vending to DenyList changes
This commit is contained in:
@@ -2,15 +2,17 @@ MODPATH="${0%/*}"
|
|||||||
. $MODPATH/common_func.sh
|
. $MODPATH/common_func.sh
|
||||||
|
|
||||||
if [ -d "$MODPATH/zygisk" ]; then
|
if [ -d "$MODPATH/zygisk" ]; then
|
||||||
# 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
|
if magisk --denylist status; then
|
||||||
magisk --denylist rm com.google.android.gms
|
magisk --denylist rm com.google.android.gms
|
||||||
|
magisk --denylist rm com.android.vending
|
||||||
fi
|
fi
|
||||||
# Run common tasks for installation and boot-time
|
# Run common tasks for installation and boot-time
|
||||||
. $MODPATH/common_setup.sh
|
. $MODPATH/common_setup.sh
|
||||||
else
|
else
|
||||||
# Add Play Services DroidGuard process to Magisk DenyList for better results in scripts-only mode
|
# Add Play Services DroidGuard and Play Store processes to Magisk DenyList for better results in scripts-only mode
|
||||||
magisk --denylist add com.google.android.gms com.google.android.gms.unstable
|
magisk --denylist add com.google.android.gms com.google.android.gms.unstable
|
||||||
|
magisk --denylist add com.android.vending
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Conditional early sensitive properties
|
# Conditional early sensitive properties
|
||||||
|
|||||||
Reference in New Issue
Block a user