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

Reply via email to