I've also had a look at chrome://version/ which shows the command line with which Chrome is launched. In theory I could add --incognito to that command line and it would be applied... but... where is that command line defined? Anyone know whether there is the equivalent of a launch file that contains this command line?
Right... I'd like to have my Android Chrome launch in incognito mode by default.
Anyone know how to achieve this?
I have root, can change anything.
I've tried setting the Preferences file incognito mode, and it works on Win, Mac and Linux... just not Android.
[code]
"incognito":{
"mode_availability":2
}
[/code]
Which according to: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/pref_names.cc?view=markup#l318 will force incognito. It does... everywhere but Android.
I've also had a look at chrome://version/ which shows the command line with which Chrome is launched. In theory I could add --incognito to that command line and it would be applied... but... where is that command line defined? Anyone know whether there is the equivalent of a launch file that contains this command line?