Hi all,
As I continue my app development, I start to realise that working with
MMS is very different from SMS. For sms, there is lot of sample code
available that shows clearly how to respond to incoming/outgoing
messages, which permissions to set, etc. However, for MMS, there is
very little information, and also a lot of the helpful information is
based on a reverse-engineering the mms code, not on published API. Is
there a reason why MMS is not so easy to do as SMS?
now, my question:
1. I have registered a 'Content Observer' for 'content://mms', to be
informed whenever a MMS is arrived or sent. But I never the
notification for MMS. Here is the permission set in the
manifest.xml :
<uses-permission android:name="android.permission.RECEIVE_MMS" />
I realise this will only help for incoming MMS, but even this is not
working. Any 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en