Skip to content Skip to sidebar Skip to footer

Email Intent Back To Activity

Can anyone tell me how to redirect email intent's back button to activity where send mail button is present. I was succeeded to send mail from my android app by using email intent.

Solution 1:

If you want to send the email from your app you will have to implement IMAP or SMTP protocols in your application. There may be some third-party libraries available already

And if you're asking about behavior of the GMail app after it proceeds your intent, you can't alter it

Solution 2:

Yes it is possible for that you have to build the Php backend(webservice) for sending email, in that you can put subject,recipient address and message with that webservice.

Post a Comment for "Email Intent Back To Activity"