Hi,

I am not able to compose a message in Motorola XT925 device.

My code is as follows :

*Intent smsIntent = new Intent(Intent.ACTION_VIEW);
smsIntent.putExtra("sms_body", "My message");
smsIntent.setType("vnd.android-dir/mms-sms");
startActivity(smsIntent);*

When I execute the code in Motorola XT925, the body of the message shows 
blank text in message box.
If I run this code in any of the devices except Motorola XT925,it runs 
perfectly and shows output "*My message"* in message box.
Please help.

Thanks

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