mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 02:52:20 +08:00
Merge pull request #454 from IcyColdified/main
Check if Shamiko whitelist is not active before configuring DenyList
This commit is contained in:
commit
57323e0e93
@ -6,7 +6,9 @@ if magisk --denylist status; then
|
||||
magisk --denylist rm com.google.android.gms
|
||||
else
|
||||
# If DenyList is disabled, maybe you are using Shamiko
|
||||
if [ ! -f "/data/adb/shamiko/whitelist" ]; then
|
||||
magisk --denylist add com.google.android.gms com.google.android.gms.unstable
|
||||
fi
|
||||
fi
|
||||
|
||||
# Uninstall conflict apps
|
||||
|
Loading…
Reference in New Issue
Block a user