On Tue, Jul 20, 2010 at 10:20 AM, tnull <[email protected]> wrote: > For example, there is a situation when I want e-mail apps to be the > only results in the activity chooser dialog.
What are "e-mail apps"? > Setting the type to "text/ > html" successfully filters this down to email apps Only on your test environment(s). Anyone can create an application that supports ACTION_SEND of text/html -- this it not something exclusive to "e-mail apps". I would not be the least bit surprised if there are others on certain devices or out on the Market. > Surely there is a way to have a little more control > over the results? Write your own chooser dialog, using PackageManager. -- 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 [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

