android - Going BACK to app after email intent brings you to email client -
so i'm able email intent working. have button press , allows me choose email client , takes me client press.
my problem though when press smartphone's "back" button, either takes me main feed of email client or home screen of phone...
how go actual app? preferably right before went email client?
thanks in advance!
it not possible. check answer: email intent activity
you might want implement imap protocol in app in order send email inside app without needing intent open email sharing app.
this build own email sending in app using javamail api sending email in android using javamail api without using default/built-in app
Comments
Post a Comment