hi guys,

According to the site this is the code

        Intent sendIntent = new Intent(Intent.ACTION_SEND);
                        sendIntent.putExtra("sms_body", body);

                        Log.d("MMS URI", mms_uri);

mms_uri == content://media/external/images/thumbnails/0
                        sendIntent.putExtra(Intent.EXTRA_STREAM, 
Uri.parse(mms_uri));
                        sendIntent.setType("image/png");
                        startActivity(sendIntent);

so to whom is this message is going.
recipient is not mention here??

how to set it??

regards,
Mike

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

Reply via email to