Simple html is fine, but you won't be able to  embed images this way. Inline
images, I mean

On 04-Jan-2011 6:08 PM, "Sohil" <[email protected]> wrote:

Try this,

final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);

emailIntent.setType("text/html");

emailIntent.putExtra(android.content.Intent.EXTRA_TEXT,
Html.fromHtml(emailText));

QuoteDroid.this.startActivity(emailIntent);

Hope it works for you.



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers"...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to