How can i add image in email body
- by Kutbi
final Intent i = new Intent(android.content.Intent.ACTION_SEND);
i.putExtra(android.content.Intent.EXTRA_EMAIL, new String[]{ txt.getText().toString()});
i.putExtra(Intent.EXTRA_SUBJECT, "Merry Christmas");
i.setType("text/html");
Spanned html =Html.fromHtml("<html><body>h<b>ell</b>o<img…