We all know how to open a URL in the browser in Andriod. Do something like this:
Intent browserIntent = new Intent(\"android.intent.action.VIEW\", Uri.parse
Currently there's no incognito mode for stock Android Browser so probably you cant do that.Just Honeycomb and above version browsers have that feature.
As far as I know there is no incognito mode in the stock Android browser.
There are several apps supplying this feature - they should offer themselves when you fire the Intent you gave in the code.