mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-02 02:26:36 +00:00
5 lines
139 B
Bash
5 lines
139 B
Bash
|
#!/system/bin/sh
|
||
|
|
||
|
# Remove Play Services from DenyList, otherwise the Zygisk module won't load
|
||
|
magisk --denylist rm com.google.android.gms
|