├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── customize.sh ├── module.prop └── updateJson /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzy132/liboemcryptodisabler/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzy132/liboemcryptodisabler/HEAD/README.md -------------------------------------------------------------------------------- /customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzy132/liboemcryptodisabler/HEAD/customize.sh -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzy132/liboemcryptodisabler/HEAD/module.prop -------------------------------------------------------------------------------- /updateJson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hzy132/liboemcryptodisabler/HEAD/updateJson --------------------------------------------------------------------------------