Set A Different Text To An Action_send Intent According To The Application Selected In The Chooser
How can I set a different content (different text, image/no image...) to an ACTION_SEND intent? Basically I'd like to have a long text and an image for an email, just the long text
Solution 1:
The simple answer still stands is that u cannot do that, there is no way to identify which application is going to handle ur intent, that choice is left onto the user. You can provide user options for facebook and twitter directly which might be useful
Post a Comment for "Set A Different Text To An Action_send Intent According To The Application Selected In The Chooser"