开发者

How to know whether Send/Discard/Cancel button pressed in Email Compose Activity - Android

I have launched email compose Activity by using Intent.ACTION_SEND.

Can someone please tell me how I can g开发者_开发问答et the confirmation/callback when user Send, Discard or Cancel email?


You can't. There is no standardized intent returned by email apps in response to ACTION_SEND. The best way to do it would be to provide the form for creating the email yourself, and only send the intent off if the user chooses to actually send it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜