i want to launch an intent from android website what code do i need to add in the HTML , for example how could i launch the dialer intent after the user click on number in the website .
i saw some example in the web like when you click download app in website and it launches the android market .
thanks
You cannot launch an arbitrary Android Intent purely in HTML. However, the browser automatically detects certain URIs and dispatches them appropriately.
To link to a phone number use the “tel” URI scheme: