发送任何 SMS 消息都会显示一个图标,以显示该消息“待发送至网络”。和“传送到网络”在安多里德
发送任何 SMS 消息都会显示一个图标,显示该消息“待处理” 到网络”和“传送到网络”,但从不显示“传送到网络” 到手机”(或“上行发送”)短信状态。
有什么问题吗?我无法模拟这个问题?请帮忙....
Sending any SMS message displays an icon to display the message is "pending
to networks" and "delivered to network" but never displays the "delivered
to handset" (or "delivered upstream") SMS status.
What is problem ? i am unable to simulate this issue ? please help ....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要设置广播接收器并在清单文件中声明它们。短信管理器有两个地方,广播接收器可以在其中工作
SentPI 和交付的 PI 将完成您想要的预期工作。
you need to setup broadcast receivers and also declare them in your manifest file. The Sms Manager has two places where the broad cast receiver works
SentPI and delivered PI will do the intended work that you want.
我认为以下链接可以解决您的问题,
http://mobiforge.com/developing/story/ sms-messaging-android
使用您的代码而不是 Toast 消息。
i think the following link solve your problem,
http://mobiforge.com/developing/story/sms-messaging-android
use your code instead of Toast message.