Make sure you have the BROWSABLE category in your <intent-filter>. See here for some samples:
https://github.com/commonsguy/cw-advandroid/tree/master/Introspection/URLHandler On Fri, Dec 10, 2010 at 12:56 PM, Arjun <[email protected]> wrote: > Greetings, > > how to invoke application when user presses a link while he is > browsing. > > For example: whenever user clicks on http://microsoft.com I want to > launch my application. > > I have a intent filter with the following data scheme > > <data scheme:http android:host:microsoft.com />, this is not > redirecting to my applications, instead browser navigates to microsoft > homepage. > > please suggest. > > Thanks, > Arjun. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

