Save/Create MMS in inbox Android

后端 未结 3 1774
走了就别回头了
走了就别回头了 2020-12-15 17:31

I am working on an Application which needs to be able to Save/Create a new MMS in inbox or Sent folders but I cant figure out the way.

I tried the following code but

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-15 18:06

    The body of the MMS is stored in content://mms/part/. See this code for how to read from it, but remember that all of this is undocumented, unsupported and likely to change without notice.

提交回复
热议问题