PluginLoader is a tiny system to dynamically load apk in Android. I used it in many occasions during my development work. I got inspirations from Magisk's Stub app.
- Able to Download plugin from remote location using REST apis
- Only crafted plugin apks are supported(refer 'app' module)
- Can load resources from plugin apk
- Activity and Service are working
- Tiny stub apk of 64kb for demo
- It supports Android 5.0+
- Not every device may supported directly, Modification may need.
- Use Android Studio to build it.
- Download Stub App and install it.
- In first start, it will download and store plugin apk.
- After that it will automatically load and start plugin app.
- Tinker: Resource Patch
- Paranoid: String Obfuscation
- ProcessPhoenix: App Restart
Email: [email protected]