views:

33

answers:

1

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
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
@wirbly: No, sorry.
CommonsWare
Ok, thanks for the info. Looks like I'm calling a specific package, then.
wirbly