[android-developers] Re: texts are not adding to intent for email

2009-02-01 Thread Guillaume Perrot
Maybe a bug with the attached media part. Did you try without it ? On Jan 31, 2:02 pm, jj jagtap...@gmail.com wrote: Hello I am sending image using following. the image successfully send by application. But The subject and text r not getting added to email. I want to add body containing

[android-developers] Re: texts are not adding to intent for email

2009-02-01 Thread Guillaume Perrot
From the documentation, I am afraid there is kind of a limitation: Input: getType() is the MIME type of the data being sent. get*Extra can have either a EXTRA_TEXT or EXTRA_STREAM field, containing the data to be sent. If using EXTRA_TEXT, the MIME type should be text/ plain; otherwise it should