Yahel wrote: >> AFAIK, there is no way to add actions to the Browser application's > > Although I don't know how it's done, i've seen an application that > added a "Share via This app" to the Android browser. > > The app is called "Share By QRCode" and is available on the market. It > also adds a Share options in the youtube app as well. > > Might be a hack but it works well.
That's not what that app does. It does not add a context menu entry. Instead, it implements an ACTION_SEND Intent filter, and so becomes an option when the user chooses "Share link" from the context menu. That is not only legal, but a really cool Android extension point. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Consulting/App Development: http://commonsware.com/consulting -- 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

