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
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:
Intent.ACTION_SEND
http://sudarmuthu.com/blog/sharing-content-in-android-using-action_send-intent