Physics, asked by Anonymous, 10 months ago

what do mean by a parallel space?​

Answers

Answered by itskalakar
2

Answer:

Parallel Space is a "container" app for Android devices, it creates a virtualized, isolated environment and allows other apps to running inside. It requests as many permissions as possible to provide required permissions to apps. Some system apps which need additional permissions (utilizing system resources that are not accessible to installed apps) won’t run in Parallel Space.

The virtual environment is created by creating something like qemu user mode. The qemu is used to switch between multiple operating systems, or processes from one CPU to the other. So, basically you are running your app on an emulator rather than mobile directly. So, it allows you to have multiple accounts on a virtual environment.

Answered by Anonymous
37

Parallel Space is a "container" app for Android devices, it creates a virtualized, isolated environment and allows other apps to running inside. It requests as many permissions as possible to provide required permissions to apps. Some system apps which need additional permissions (utilizing system resources that are not accessible to installed apps) won’t run in Parallel Space.

The virtual environment is created by creating something like qemu user mode. The qemu is used to switch between multiple operating systems, or processes from one CPU to the other. So, basically you are running your app on an emulator rather than mobile directly. So, it allows you to have multiple accounts on a virtual environment.

Similar questions