How to open the default mail inbox from android code?

前端 未结 9 1650
执念已碎
执念已碎 2021-02-19 00:43

I\'m trying to link a button to the mail app. Not to send mail, but just to open the inbox.

Should I do this with Intent intent = new Intent(...)?

9条回答
  •  离开以前
    2021-02-19 00:52

    Unfortunately it doesn't look promising. This has been asked before

    How do I launch the email client directly to inbox view?

    you can open the email client in compose mode, but you seem to already know that.

提交回复
热议问题