This all depends on where you want to be shown.  If you are intended to be a
handler for particular file types that the user downloads, then just declare
your activity as a VIEW action with the appropriate MIME type, and you will
be available for the user wherever that type is shown (such as in the
download manager).

Intent matching can be used for a wide variety of other things, but exactly
what you do generally depends on where you want to be shown as an option.
Be sure to read the Intent class and related documentation.  Note that at
this point unfortunately a lot of the built-in applications don't provide
super extensive ways to extend themselves this way, but hopefully that will
improve over time.

On Sun, Mar 15, 2009 at 11:56 PM, Tushar <[email protected]> wrote:

>
> Hi,
>
> Is it possible to appear in link for say launching one application in
> some other applications. Typical example would we on desktop when we
> right click and get option Open With and see all choices of
> applications to open with.
>
>
> Regards,
>
> Tushar
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to