在Android的发送彩信编程 [英] Send MMS in Android programmatically

查看:185
本文介绍了在Android的发送彩信编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在寻找一种方式来发送android系统在幕后彩信,无需打开一个选择器意图。没有可用的API的时刻。是否有任何人能帮助我,将是巨大的。我已经尝试过但它不为我工作。

I'm looking for a way to send MMS message behind the scenes in android without opening a chooser intent. There is no api available for it at the moment. is there anyone that could help me that would be great. I've already tried this but it doesn't work for me.

推荐答案

彩信是在Android上基于HTTP的请求。
你必须有移动数据发送彩信。
有没有搭载Android暴露发送MMS,因为他们有短信的API的API。
如果你希望你的应用程序发送彩信你将不得不写的一切。
请参照AOSP code。
https://github.com/android/platform_packages_apps_mms
或者你可以简单地建立意向,然后启动本地消息应用程序。

MMS is a HTTP based request in Android. You have to have mobile data to send an MMS. There are no APIs exposed by Android to send an MMS, as they have APIs for SMS. If you want your application to send MMS you will have to write everything. Please refer the AOSP code. https://github.com/android/platform_packages_apps_mms OR you can simply build the Intent and then launch the native Messaging App.

这篇关于在Android的发送彩信编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆