Android Question Open Chrome browser in Incognito mode

AmSh

New Member
Hi,

I'm successfully opening a URL with chrome using the following code:
B4X:
private Browser As Intent
Browser.Initialize(Browser.ACTION_VIEW, "https://www.b4x.com")
StartActivity(Browser)

(This code is from this thread)

This code opens the chrome in normal mode.
How can open the chrome in Incognito mode?
 

AmSh

New Member
Thanks for your answers.
Where can I see a list of options that chrome exposes with an Intent?
And how do I define these options in the Intent?
 
Upvote 0
Top