Questions tagged [chromium]

Chromium is a free and open-source web browser project from which is the base for the Google Chrome web browser. Use this tag only for the Chromium browser. Otherwise, use 'chrome-for-android' tag for its Google Chrome counterpart.

Chromium is a free and open-source web browser project from which is the base for the Google Chrome web browser.

Use this tag only for the Chromium browser. Otherwise, use for its Google Chrome counterpart.

16 questions
1
vote
0 answers

Start Chromium at web page with ActivityManager

I've got Chromium 106 installed on my phone and can successfully launch it via $ adb shell am start -n org.chromium.chrome/com.google.android.apps.chrome.Main However, when I try to bring up a specific page at launch time with $ adb shell am start…
August Vrubel
  • 143
  • 1
  • 15
0
votes
0 answers

Enable Chromium flags from the shell

In Chromium, command-line options can be enabled by browsing to chrome://flags and setting "Enable command line on non-rooted devices" to "Enabled". However, is there a way to do this programmatically (i.e., from the shell)? I need to enable this…
August Vrubel
  • 143
  • 1
  • 15
0
votes
0 answers

Pass flags to Chromium

I've built Chromium from source for arm64. I was reading this page which discusses how to pass flags to Chromium upon startup. It gives the following example: out/Default/bin/content_shell_apk argv --args='--foo --bar' My out/Default/bin doesn't…
August Vrubel
  • 143
  • 1
  • 15