Android Sharing Intent
问题 Is there any way I can add/list my app with other apps like facebook, gmail, whatsapp and viber in sharing intent on android .? here is the sample image 回答1: I don't how this would be done using Titanium, but in the conventional way (using Eclipse), this is how I do it in one of my apps: CODE: In your manifest XML file, add the tag as shown below. This is to be done for an Activity that will handle data shared by the user. For example, if my Activity is named Composer , then the structure