There are lots of useful Android-only Chrome command line flags handled in Java, for example --disable-fre skips the First Run Experience (useful for testing).
These flags are currently omitted from https://peter.sh/experiments/chromium-command-line-switches/ (without any warning that the page is incomplete).
They can be found in files ending in Switches.java, for example:
There are lots of useful Android-only Chrome command line flags handled in Java, for example
--disable-freskips the First Run Experience (useful for testing).These flags are currently omitted from https://peter.sh/experiments/chromium-command-line-switches/ (without any warning that the page is incomplete).
They can be found in files ending in
Switches.java, for example: