I'm creating an kind of download manager in Android. As an easy of use for this program I would like to include something that when the guy "click and hold" over some link (or over some already selected text of an link) in web browser, and option to "add to download Manager" shows up to him. I have no idea of how to do that...
Is it possible with Android SDK or do I need to use NDK? What classes should I look for?
----------------EDITED--------------------
Sorry, I think I wasn't very clear. I want to register an option for long click event in Android OS, not inside my application. Just like there is an "Share with GMail" option when you long click something. I know it's possible cause Yahoo Mail application also have an "Share with Y! Mail" when I long click something, idependent of what application I'm using to long click, it can be Dolphin Web Broser, Opera Mobile/Mini, or even the default Android File Explorer.