2 repositorios
Creating isolated runtimes to execute multiple independent instances of the same Android app.
Distinct from Android App Execution: Existing candidates focus on execution on non-native platforms or freezing, not multi-instance virtualization.
Explore 2 awesome GitHub repositories matching mobile development · Android App Virtualization. Refine with filters or upvote what's useful.
VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of applications within an isolated environment. It allows for the running of multiple independent instances of the same application on a single device and supports private application installation without requiring system-level root access. The project features a comprehensive hooking framework for intercepting Java and native layer functions to modify application behavior. It includes tools for hardware simulation to spoof device models and system information, as well as a non-root pr
Runs multiple independent instances of the same Android application on a single device to support multiple account logins.
Island is an Android work profile manager and application sandbox. It provides a system for running parallel instances of the same application to support multiple user accounts and creates isolated environments to limit application access to the rest of the system. The project incorporates a device policy controller to manage system-level settings and restrictions. It includes utilities to halt all background activity for specific applications to conserve system resources and allows for the removal of application visibility from the user interface. The system also handles independent network
Creates isolated runtimes to execute multiple independent instances of the same Android app for different accounts.