How run specific browser with specific link?

RomansUP

Member
Licensed User
Longtime User
I just want to know how can I launch specific external browser (not default) with specific link (URL) from my application? I looked at all the forums. Found that an intent to use and packagemanager. But how to start along with the link can not be found. :BangHead:

I know method like this

Dim p As PhoneIntents
StartActivity(p.OpenBrowser("http://www.b4x.com"))

I need the same but I want to chose specific browser not default!
MoreOver, the same question, for example, how to run external text editor with specific text file to make this file already opened in text editor?. Like in Windows, when in you use command with text editor with following text file.

Thanks
 

RomansUP

Member
Licensed User
Longtime User
Well thanks
I tried to do this. I know package name and activity, it's Ok!
But I can't find out how to pass specific URL!
Sorry
 
Upvote 0
Top