tags:

views:

28

answers:

1

I need to make an android App that when the user navigates to my webpage with the browser and clicks on a specific link my App activity gets launched.

I try to achieve this using Intent filters but without success. I followed some samples like Notepad and PhotoStream but nothing works for me.

A: 

Hi, The question is answered in detail at

http://stackoverflow.com/questions/2958701/launch-custom-android-application-from-android-browser

Hope it solves your problem.

Thanks, -A

Animesh