├── LICENSE ├── META-INF └── com │ └── google │ └── android │ ├── update-binary │ └── updater-script ├── README.md ├── module.prop └── system └── app └── insert the .apk files in this folder /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hc841/Universal_System_App_Installer/HEAD/LICENSE -------------------------------------------------------------------------------- /META-INF/com/google/android/update-binary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hc841/Universal_System_App_Installer/HEAD/META-INF/com/google/android/update-binary -------------------------------------------------------------------------------- /META-INF/com/google/android/updater-script: -------------------------------------------------------------------------------- 1 | #MAGISK 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hc841/Universal_System_App_Installer/HEAD/README.md -------------------------------------------------------------------------------- /module.prop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hc841/Universal_System_App_Installer/HEAD/module.prop -------------------------------------------------------------------------------- /system/app/insert the .apk files in this folder: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------