VirtualAPK is a powerful yet lightweight plugin framework for Android. It can dynamically load and run an APK file (we call it LoadedPlugin) seamlessly as an installed application. Developers can use any Class, Resources, Activity, Service, Receiver and Provider in LoadedPlugin as if they are registered in app's manifest file. VirtualAPK is an excellent plug-in framework developed by Didi Travel, which supports almost all Android features and has four major components. Compatible with almost all Android phones on the market, this has been verified in the Didi Travel app. In terms of resources, adapt to Xiaomi, Vivo, Nubia, etc., and adopt an adaptive adaptation scheme for unknown models. The plug-in operation logic is isolated from the host to ensure that any problems with the framework will not affect the normal operation of the host.
Features
- Access host app classes and resources
- Activity, Service, Receiver and Provider components supported
- PendingIntent supported
- Compatibility with almost all devices
- Gradle plugin building system
- API Level 15+ Android version