如何使用我的代码发送彩信
我搜索了几天关于发送彩信的信息,我能找到的只是intent.ACTION_SEND的东西。我正在构建一个消息程序,我真的需要这个彩信发送功能。有什么建议吗?有没有发送彩信的API?
I've searched for couple days about sending MMS,all i can find is the intent.ACTION_SEND things.I'm building a messaging program and i really need this mms sending feature. Any tips about it? Is there any API for sending MMS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您必须发送带有任何图像的彩信,则使用此代码。
或
如果您必须发送带有音频或视频的彩信文件,则使用此选项。
如有任何疑问,请重播。
If you have to send mms with any image then this code.
OR
If you have to send mms with audio or video file then used this.
any query please replay.
为什么 ACTION_SEND 不适合您?您具体需要什么功能?
简单的例子,但即使如您所见,您也可以使用彩信输入任何类型的数据。如果您想了解更多信息,也可以查看此链接:https://android.googlesource .com/platform/packages/apps/Mms
Why does not ACTION_SEND suit you? What exact functionality do you need?
Crude example, but even though as you see you may input any type of data there using MMS. You may also check this link, if you want more info: https://android.googlesource.com/platform/packages/apps/Mms