Skip to content Skip to sidebar Skip to footer

Accessing Primary Account And Call It In Your Own Ui

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

Solution 1:

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.

Post a Comment for "Accessing Primary Account And Call It In Your Own Ui"