How to open an android application when a particular link in mobile browser,is clicked?
Asked
Active
Viewed 258 times
0
-
Do i need to modify the web page ?? If so, plz tel how?? – Amar Jain Feb 25 '13 at 08:34
-
check my answer http://stackoverflow.com/questions/15017013/open-dialog-to-choose-browser/15017233#15017233 – Kirit Vaghela Feb 25 '13 at 08:36
-
Answer: http://stackoverflow.com/questions/2958701/launch-custom-android-application-from-android-browser – tozka Feb 25 '13 at 08:37
-
@tozka i hv tried that ...din work for me...nyways thanks for responding – Amar Jain Mar 02 '13 at 07:23
-
@Kirit ...din't help...plz read the question again... – Amar Jain Mar 02 '13 at 07:27
1 Answers
1
To open your application when a link is clicked, you have to:
define a specific protocol
protocol://
and use it in the URI of the href in your web pagemake sure your app catches the click by adding a few lines in its manifest.
This should help: How to listen for a custom URI

Community
- 1
- 1

Axel Cateland
- 125
- 1
- 8