1 مستودع
Isolated environments specifically for executing Android-native components within a host process.
Distinct from Code Execution Sandboxes: More specific than general code execution sandboxes by focusing on Android activities and services.
Explore 1 awesome GitHub repository matching devops & infrastructure · Android Component Sandboxes. Refine with filters or upvote what's useful.
VirtualAPK is an Android plugin framework and runtime environment designed to load and execute external Android packages dynamically. It functions as a component host that allows a main application to run activities, services, and providers delivered via external modules without requiring system installation or manifest registration. The framework enables dynamic feature delivery by loading external packages at runtime, allowing application functionality to be updated without redeploying the entire app. It provides a mechanism for Android sandbox execution, running isolated components within
Runs isolated Android components and activities within a host process to manage external code execution securely.