Use this code to open a web browser intent of the phone.
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
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