Android documents starting the email intent for sending emails with Intent.ACTION_SEND.
Is there an intent which directs the user to reading his email, or which launches the default email application?
The application that launches the “read mail” intent would get no access to the email data.
There is no standard
Intentfor this, sorry.