On Sun, Jul 18, 2010 at 11:25 PM, Protocol-X <shawn.bur...@gmail.com> wrote:
> Is there any way to retrieve either the default application name
> associate to a mime type or a list of applications?

Applications have nothing to do with MIME types in Android.

You can use PackageManager, and methods like queryIntentActivities(),
to determine what will respond to a given Intent, such as one where
you have set the MIME type to be what you want.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.1 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to