How can I process incoming MMS messages

别来无恙 提交于 2019-12-03 08:47:57

Check this project

http://code.google.com/p/android-notifier/

It contain MMS parser implementation. But it support only header, so you can get information about type of MMS, sender phone number, etc.

Clone this GIT repository:

https://android.googlesource.com/platform/frameworks/base

And look to this folder core\java\com\google\android\mms\pdu\

Here is MMS header and body parser. If you can see example how to use it download also this GIT repository:

https://android.googlesource.com/platform/packages/apps/Mms

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