Android app. redirection from android phone browser link
I want to call android application on clicking of button 开发者_如何学编程on some website from mobile.
For example, When I click the web link, its call to android application if installed. Otherwise its redirect to specific application download on Android Market place.
Thanks in advance. G. Padmanabhan.
You need to implement an Intent Filter. Read the documentation at the following link:
http://developer.android.com/guide/topics/intents/intents-filters.html#ifs
精彩评论