Maybe you have already noticed, that if you invoke the mail sender intent on Android, it may display a lot of installed apps, which can handle text/plain MIME-types, that may confuse the user.
To display only mail-capable apps, use message/rfc822
as the parameter of setType
method.
Display only mail apps when calling ACTION_SEND intent
Leave a reply