Sorry I didn't post sooner. I had to wait until my account got approved to
post here. Here are the lines of code you are looking for. I bolded the
key part that you need to know that's different then when you normally send
an email.
sendIntent.setType("message/rfc822");
sendIntent.putExtra(Intent.EXTRA_TEXT, "I've shared a file with you"));
sendIntent.putExtra(Intent.EXTRA_SUBJECT, "I've shared a document with
you.");
*sendIntent.putExtra(Intent.EXTRA_STREAM,
Uri.parse("file://"+fileLocation)); *
startActivity(Intent.createChooser(sendIntent, "Select an account to
use:"));
--
You received this message because you are subscribed to the Google Groups
"Android Discuss" 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-discuss?hl=en.