You are missing the fact that sms_body is not part of the Android SDK
and therefore may not be supported by all SMS clients.

On Mon, Jun 4, 2012 at 12:24 PM, ProveIt ProveIt <provei...@gmail.com> wrote:
> To clarify, whether the body of an sms message is filled in or not seems to
> behave differently on different phones. This code works differently on the
> droid/2.2.3 (correctly, all values appear in the sms message) than on the
> razr/2.3.6 (only the address shows up properly - body is empty). Exact same
> code running buggy on the razr, fine on the droid.
>            sendIntent.setType("image/JPEG");
>            sendIntent.putExtra("sms_body", message);
>            sendIntent.putExtra("address", address);
>            sendIntent.putExtra(Intent.EXTRA_STREAM, imageUri);
>            startActivity(sendIntent);
>
> I  haven't seen this discussed elsewhere so seems like it is not a problem
> for others - what am I missing?
>
>>
>>>
> --
> 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



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

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