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>
4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/system/bin/sh
|
|
|
|
chmod 755 "$MODPATH/service.sh" "$MODPATH/post-fs-data.sh"
|