diff --git a/module/post-fs-data.sh b/module/post-fs-data.sh index 49153e69..8d30694f 100644 --- a/module/post-fs-data.sh +++ b/module/post-fs-data.sh @@ -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 - magisk --denylist add com.google.android.gms com.google.android.gms.unstable + if [ ! -f "/data/adb/shamiko/whitelist" ]; then + magisk --denylist add com.google.android.gms com.google.android.gms.unstable + fi fi # Uninstall conflict apps