launch_chrome run <apk>

Issue #2 new
Roberto Andrade created an issue

I've been seeing this syntax as a way many people have used in ChromeOS to launch a given apk from the command line and was wondering if this was something that is available as part of the ARChon extension and it related to the original ARC launch_chrome.py script?

If not, is there a way to do this using a regular Chrome/Chromium build with the extension installed? Launch a pre-installed extension/apk via command line?

Comments (1)

  1. Roberto Andrade reporter

    The closest thing I could find is the <chrome-executable> --app-id=<extension-id> but that requires pre-loading the APK and as an extension. I was wondering if there would be an option where I can simply pass in the path to the APK like in the original runtime.

  2. Log in to comment