> I'd love to see that one extra line in your example that shows how to
> add an image file attachment with the image file stored on the SD
> card. :-)

Oh, sorry, you said image.

sendIntent.setType("image/png");
sendIntent.putExtra(Intent.EXTRA_STREAM, "file:///sdcard/
mygirlfriend.png");

I'm sure the next question is how to have both, subject and
attachment, but I'll leave this as an exercise to the reader :-)

Peli


--~--~---------~--~----~------------~-------~--~----~
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