Consider we have a link as follows in a html
file.
<html>
<body>
<a href="http://127.0.0.1:8080/link.html/"> Link </a>
</body>
</html>
I want when I am in a browser and I click the above link, first I see my application in a action list and when I click on the my application on the action list I go to the link by my application. I have a simple webView
class that it is made of the an activity in my application.