Hi all,

I have searched extensively but could not find any docs or answers
available for the questions below.

1.    I can handle received sms messages using a broadcast receiver
using the action 'android.provider.Telephony.SMS_RECEIVED' and then by
creating an SmsMessage from the pdu. How do I handle MMS messages as I
cannot find a 'android.provider.Telephony.MMS_RECEIVED' action even
though an 'android.permission.RECEIVE_MMS' is available. Is MMS
handled via the SMS action as well and if so how do I handle the
content so I can extract the sender of the message?

2.   Does anyone know how to emulate mms sending within the emulator
as it is not listed as a limitation within the docs but ive tried it
with no success and displaying protocol errors within the DDMS?

many many thanks for any response or help.

Andy

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