accessing primary account and call it in your own

2019-08-19 07:54发布

I am trying to access the account that is used primary for android. From that account i want to send email using my own layout.

Like in this iPhone activity we send reciver address:

Android ACTION SEND intent doesn't support to display the attach image.

1条回答
唯我独甜
2楼-- · 2019-08-19 08:30

intent ACTION SEND has Intent.EXTRA_STREAM as parameter, which contains the URI of the file to be uploaded.

You can read the stream and display the image as you need in your layout.

查看更多
登录 后发表回答