Starting Chrome in Incognito mode by default

Search This thread

maxfac1234

Senior Member
Feb 6, 2012
77
35
London
Rooted tablet here. Just wondering if there's something I can modify to start chrome in incognito by default.

Can't seem to find the answer anywhere.

Many thanks guys.
 

Lgrootnoob

Senior Member
Oct 1, 2012
482
119
25
Dallas
Rooted tablet here. Just wondering if there's something I can modify to start chrome in incognito by default.

Can't seem to find the answer anywhere.

Many thanks guys.

you would need a shortcut to launch the incognito intent inside of chrome. I'm not really sure what it is, but it might help to use adb first.


adb shell am start -a android.intent.action.MAIN -n com.eclipse.android.razr.bootstrap/.Bootstrap

the above command is in this format
adb shell am start -a android.intent.action.MAIN -n application URI/.INTENT USUALLY MAIN ACTIVITY

hope that helps