I'm a bit perplexed by android.permission.RECEIVE_MMS.

I would like to know when SMS and MMS messages arrive on the device.

I'm happy with SMS, using an intent filter for the action
android.provider.Telephony.SMS_RECEIVED and the permission
android.permission.RECEIVE_SMS.

But I can't see an appropriate action for MMS. There is no action
android.provider.Telephony.MMS_RECEIVED. But the permission is there,
which implies theer's something to permit. How should I detect
arriving MMS ?

Thanks,

Richard

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