[android-developers] Re: Mime Type : how does it works ?

2009-02-27 Thread Nanard
Thanks for the answer. Could you add it for future SDK release ? Several users of my application (MultiReader) asked my to be able to launch my application for instance when they received a mail with a pdf, word, ... document. It would be good also to be able to launch application when we have

[android-developers] Re: Mime Type : how does it works ?

2009-02-27 Thread Stoyan Damov
Can't you setup an intent filter for the mime type (e.g. application/pdf)? Take a look at http://groups.google.com/group/android-developers/browse_thread/thread/08144b5efe249033?pli=1 On Fri, Feb 27, 2009 at 12:00 PM, Nanard bsegon...@free.fr wrote: Thanks for the answer. Could you add it

[android-developers] Re: Mime Type : how does it works ?

2009-02-26 Thread Dianne Hackborn
Sorry, we currently don't really support matching based on file extensions. On Thu, Feb 26, 2009 at 3:52 PM, Nanard bsegon...@free.fr wrote: Hi, I have search on this list beginners' list, in anddev.org, ... no clear and full example. I would like to run my app when a file extention is