The EmailIntentSender does not specify the correct type for the ACTION_SEND
Intent. This results in a list with all applications that support ACTION_SEND
instead of only all available email applications.
Could be fixed by replacing
> emailIntent.setType("text/plain");
with
> emailIntent.setType("message/rfc822");
Original issue reported on code.google.com by sven.ob...@gmail.com on 18 Sep 2012 at 12:25
Original issue reported on code.google.com by
sven.ob...@gmail.com
on 18 Sep 2012 at 12:25