Successful share intent for android

后端 未结 4 1751
长发绾君心
长发绾君心 2020-12-01 04:07

How can i tell if a user successfully completed a share intent? For instance if a user wanted to share an app via Facebook or Twitter.

Edit:

I am not looking

4条回答
  •  醉梦人生
    2020-12-01 04:45

    You have use the Intent.ACTION_SEND, and the system will display a list of applications (on the device) where you can share. This website explains how:

    http://sudarmuthu.com/blog/sharing-content-in-android-using-action_send-intent

提交回复
热议问题