Android:有什么办法可以监听传出的短信吗?
我知道使用广播接收器可以轻松拦截传入的短信。但我没有看到任何方法来拦截传出的短信。这怎么能做到呢?但有一种方法可以做到这一点..因为许多第三方应用程序都会读取传入和传出的短信。
I know that an incoming sms can be easily intercepted using a broadcast reciever. But I did not see any way to intercept an outgoing sms. How can this be done? But there is a way to do this.. Because many third party applications read both incoming and outgoing sms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须执行以下操作:
祝你的项目好运:-)
编辑:md5 方法
您可以使用(到达日期 + 消息)文本来获取唯一的 md5 输出。
You will have to do something like this:
Good luck with your project :-)
Edit: md5 method
You can take the (arrival date + message) text to get a unique md5 output.