how can we use startActivityforResult() for Email intent?

后端 未结 3 1323
一整个雨季
一整个雨季 2020-11-29 12:21

I am using intent for send email with attachment,it is work fine,i want to get this email intent result,i already used startActivityforResult(),but i can\'t get

3条回答
  •  无人及你
    2020-11-29 12:49

    You can't, this is not part of the API. It returns once you have pressed send button even if it is not sent

提交回复
热议问题