Android MMS Monitoring

ぃ、小莉子 提交于 2019-12-12 09:28:30

问题


I have spent the last several hours trying to research this and understand it, however i've come up empty on every example I tried. Basically my app can send information via MMS to someone else, though the content is in a format that the native inbox doesn't display correctly.

Sending the content works fine, however I need to be able to detect the incoming MMS message and open the content in my application to format it correctly. Are there any decent tutorials for this? Of the ones i've found it seems like there's a good amount of information that is missing so I usually end up with errors, or missing libraries.


回答1:


There is no official way to receive MMS in Android. However, clever people have, through source-code inspection, devised ways to read SMS and MMS messages: How to Read MMS Data in Android?




回答2:


Here is a very useful link:

AndDev.org:Where can I find information about sending/receiving MMS

Here incoming MMS are detected using ContentObserver.



来源:https://stackoverflow.com/questions/7311628/android-mms-monitoring

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!