Hi,
I'm successfully opening a URL with chrome using the following code:
(This code is from this thread)
This code opens the chrome in normal mode.
How can open the chrome in Incognito mode?
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?