I am currently trying to share text to gmail, facebook and twitter. I am using share intent method to share. Below is the code i used to share
Intent sharing
If you change the above line to:
sharingIntent.setType("text/plain");, Would this problem be resolved?
sharingIntent.setType("text/plain");
I think it's text/plain , not plain/text.
text/plain
plain/text
Reference from Android Developers:
mimeType A MIME type (i.e. text/plain)