├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── customize.sh ├── module.prop └── system └── product ├── app └── WebviewMulch │ └── here would be the apk but it won't let me upload more than 25mb.xml └── overlay └── treble-overlay-mulch-webview.apk /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeanxModulostk/mulch-webview-overlay/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeanxModulostk/mulch-webview-overlay/HEAD/README.md -------------------------------------------------------------------------------- /customize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeanxModulostk/mulch-webview-overlay/HEAD/customize.sh -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeanxModulostk/mulch-webview-overlay/HEAD/module.prop -------------------------------------------------------------------------------- /system/product/app/WebviewMulch/here would be the apk but it won't let me upload more than 25mb.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /system/product/overlay/treble-overlay-mulch-webview.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeanxModulostk/mulch-webview-overlay/HEAD/system/product/overlay/treble-overlay-mulch-webview.apk --------------------------------------------------------------------------------