12-12-2010 08:47 AM
Is there any way to get URL from browser?I have seen an application which gets it and verifies it.
I have searched all the browser related api but unsuccessfull.
Solved! Go to Solution.
12-12-2010 01:20 PM
You can add your own menu item to the Browser application. The current URL is sent to your app when selected by the user.
See ApplicationMenuItem and ApplicationMenuItemRepository in the javadocs.
12-12-2010 01:57 PM
Thanks.that is what I wanted.