mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-20 03:15:00 +08:00
5 lines
151 B
Bash
5 lines
151 B
Bash
|
# Remove Play Services from Magisk Denylist when set to enforcing
|
||
|
if magisk --denylist status; then
|
||
|
magisk --denylist rm com.google.android.gms
|
||
|
fi
|