We all know how to open a URL in a browser in Andriod. Do something like this:
Intent browserIntent = new Intent("android.intent.action.VIEW", Uri.parse(url)); context.startActivity(browserIntent);
Honeycomb uses incognito mode support. Is there a way to open the destination URL in an incognito tab? I can't seem to find him.
There is currently no incognito mode for Android Android Browser, so maybe you cannot do this. Especially it supports browsers of mobile and higher versions.
As far as I know, there is no incognito mode in the Android Android browser.
There are several applications that provide this feature — they should offer themselves when you run the intent that you specified in the code.