查询Android短信日志
有没有办法访问和查询android短信/彩信日志?需要澄清的是,短信/彩信日志是主机电话发送的所有短信/彩信。可以通过将光标读到消息收件箱来获取。
Is there a way to access and query the android SMS/MMS log? To clarify, the SMS/MMS Log is all the SMS/MMS messages sent by the host phone. It can be aquired by reading a cursor to the message inbox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,我相信您能做到这一点的唯一方法是通过您自己的程序发送和记录短信。内置消息应用程序 (
com.android.mms
) 似乎没有公开其日志历史记录。As far as I know, I believe the only way you can do that is to send and log the text messages through your own program. The built-in Messaging app (
com.android.mms
) does not seem to expose its log history.