I use the following code to share an image and text through WhatsApp. It only shares the image, not the text, however. I have searched all over the Internet, but haven\'t fo
Use:
Intent.ACTION_SEND_MULTIPLE
instead of:
Intent.ACTION_SEND