kp7742 / PluginLoader

Tiny Plugin System for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PluginLoader

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.

Features

  • 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+

Notes

  • Not every device may supported directly, Modification may need.

How to Build

  • Use Android Studio to build it.

Demo

  • 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.

Credits

Technology Communication

Email: patel.kuldip91@gmail.com

About

Tiny Plugin System for Android

License:MIT License


Languages

Language:Java 88.5%Language:Kotlin 11.5%