PlayIntegrityFix/module/post-fs-data.sh

5 lines
151 B
Bash
Raw Normal View History

2024-02-08 01:03:56 +08:00
# Remove Play Services from Magisk Denylist when set to enforcing
if magisk --denylist status; then
magisk --denylist rm com.google.android.gms
fi