我尝试遵循这个答案关于通过代码发送彩信。
然而,当他开始谈论 BroadCastRecivers
和 Android git
并且没有提供代码时,我停了下来。我真的对此迷失了。一开始很简单,但后来就变得很复杂。
任何人都可以解释该答案中缺少的代码或提供它(如果存在)吗?
多谢
I tried to follow this answer about sending MMS through code.
However, I stopped when he start talking about BroadCastRecivers
and Android git
and not providing the code. I really get lost with this. It was very straight at the beginning but it becomes so complicated after that.
Can any one explain the missing code in that answer or provide it if it is exist ?
Thanks a lot
发布评论
评论(3)
对于那些可能感兴趣的人:
MMS 功能是 Android 中有点不可靠且没有详细记录的功能。因此,现有的解决方案并不总是有效。你还不能依赖他们。
To those who might be interested:
MMS Functionality is a bit unreliable, not well-documented feature in Android. So, the existed solutions will not work always. You can't depend on them, yet.
为了在 Android 上发送彩信,您可以选择使用商业彩信 SDK,而不是使用内部堆栈。
Winwap 此处提供了一个可以让您通过简单的功能发送和接收彩信的功能,例如他们文档中的发送示例:
缺点是,它是一个商业产品,不能免费提供。
In order to send MMS on Android, you can alternatively use a commercial MMS SDK instead of using the internal stack.
There's one from Winwap here that let's you send and receive MMS messages with simple functions, like the send-example from their docs:
The downside is, it's a commercial product not available for free.
我没有解决此类问题的经验,但也许这会对您有所帮助:
这是来自 此处。
这是另一个示例。
I do not have experience in this type of problem but maybe this will help you out a bit:
This is a copy from here.
This is another example.