Installing multiple applications in Arc Welder in the same context

Installing Androids apps on Chrome OS using Arc Welder is pretty straightforward, and most apps work just fine.

However, applications are installed in their isolated environment and therefore cannot communicate with each other.

For example, I installed Total Commander and the accompanying FTP Plugin , but TC cannot see or use the plugin. And if I use the TC Installed apps virtual folder, which shows all installed applications, I only see TC itself, even if I have several applications installed.

Thus, all applications are isolated from all other applications.

Is there a way to install multiple applications in the same context so that they can interact with each other?

+5
source share
1 answer

Use the Android app to communicate between apps. You can activate an action from your application to run in a separate application. You can also return the result from this application when the action is completed.

For more information see this link.

0
source

All Articles