mirror of
https://github.com/kdrag0n/safetynet-fix.git
synced 2024-11-02 02:26:36 +00:00
bc27f2211b
This ensures that GMS will never start before it's removed from the DenyList, even if another module's service.sh is blocking our script. Suggested-by: osm0sis <osm0sis@outlook.com>
5 lines
139 B
Bash
Executable File
5 lines
139 B
Bash
Executable File
#!/system/bin/sh
|
|
|
|
# Remove Play Services from DenyList, otherwise the Zygisk module won't load
|
|
magisk --denylist rm com.google.android.gms
|