ping

On Sep 16, 5:08 pm, sdphil <[email protected]> wrote:
>         Intent mmsIntent = new Intent(Intent.ACTION_SEND);
>         mmsIntent.putExtra("sms_body", "test message");
>         mmsIntent.setType("vnd.android-dir/mms-sms");
>
>         // if i want to send an image.
>         mmsIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse( <image> );
>         mmsIntent.setType("image/jpeg");
>
>         startActivity( mmsIntent );
>
> If I do that, it winds up pulling up a "Complete action using" dialog
> box with the options:
>
> Bluetooth
> Facebook
> Flickr
> Gmail
> Goggles
> Mail
> Peep
> Picasa
>
> But I don't see anything in there about send an mms!!!
>
> Any ideas?
>
> tia.

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