开发者

Android MMS Monitoring

开发者 https://www.devze.com 2023-04-02 08:18 出处:网络
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 som

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.


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?


Here is a very useful link:

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

Here incoming MMS are detected using ContentObserver.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号