doubts about intent

jota

Active Member
Licensed User
Longtime User
Use this code to open a web browser intent of the phone.

Dim Intent As Intent1
Intent1.Initialize2 (vUrl, 0)
StartActivity (Intent1)

Is there any way to check the web address who is showing in each time the browser?

Also need close the intent from the activity, is possible?

Thanks
 
Top