如何在不使用移动网络的情况下向自己发送虚假短信?
我想在我的应用程序中以短信形式显示一些信息。 但SmsManager和BroadcastReciever不能在手机本身上创建短信和通知。
如何以编程方式向自己发送虚假短信?有什么想法、解决方法或任何研究课程......?
谢谢。
I want to show some information as an sms in my application.
But SmsManager and BroadcastReciever can not create sms and notify on phone itself.
How can I send a fake sms to myself programmatically? Any ideas, workarounds or any class for research... ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以从 Android 模拟器的另一个实例发送短信。这可以通过 Eclipse 中的模拟器控制视图或使用 Telnet 来完成。
You can send SMS from another instance of Android Emulator. That could be done through Emulator control View in Eclipse or using Telnet.
概念验证
呼叫短信列表
读取短信
写入短信
清单
问题
此后没有任何事件,因此 Android 不知道是否有新消息。
PROOF OF CONCEPT
Call SMS list
READ SMS
Write SMS
MANIFEST
ISSUE
There is no event after that therefore android doesnt known if there is some new message.