Is this even possible without calling a specific package? I have found countless examples of sending email via intent, but I can find nothing about simply opening the default email client on the device via button press (preferably with a chooser dialog in case the user has multiple clients).
A:
There is no standard Intent
action to open the "inbox view" of "the default email client on the device".
CommonsWare
2010-08-15 22:54:30
Is there any standard intent action I can use to open the default email client? (Even if it's not the inbox view - just launch the app in the same way touching the icon on the home screen would launch it)
wirbly
2010-08-15 23:21:27
@wirbly: No, sorry.
CommonsWare
2010-08-16 04:20:44
Ok, thanks for the info. Looks like I'm calling a specific package, then.
wirbly
2010-08-16 13:12:00