PlayIntegrityFix/module/post-fs-data.sh
chiteroman a5b2422a78 v16.6-beta
- Import few code from osm0sis fork
- Add support for parsing system props in json
- Use service.sh of Shamiko
- Update fingerprint to fix RCS
- Other improvements
2024-07-09 01:18:29 +02:00

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