开发者

Android app. redirection from android phone browser link

开发者 https://www.devze.com 2023-03-01 12:25 出处:网络
I want to call android application on clicking of button 开发者_如何学编程on some website from mobile.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消