Android读取短信历史记录
我找到了一种读取通话记录的方法,例如来电、电话号码、持续时间等。现在我正在寻找类似的短信功能。我怎样才能读取短信的历史记录?我不需要短信的内容,只需要日期和目标电话号码。有什么想法吗?
谢谢, 一个。
I found a way to read the call log, e.g. incoming call, phone number, duration, etc. Now I am looking for something similar for SMS. How can I read that history for SMS? I don't need the content of the SMS only the date and the target phone number. Any idea?
Thanks,
A.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
抱歉,Android SDK 中没有“短信历史记录”API。
There is no API for "SMS history" in the Android SDK, sorry.
我有一个开源 Cordova 2.2.0 示例应用程序,展示了如何使用适用于 Android 的 Cordova 插件来读取 SMS 收件箱并发送消息。它使用了 Android 4.2 的一些未记录的功能。
https://github.com/DavidWalley/CordovaPlugin_AndroidSmsRead
希望你能使用它。
I have an open source Cordova 2.2.0 example app showing use of a Cordova plug-in for Android to read SMS inbox and sent messages. It uses some undocumented features of Android 4.2.
https://github.com/DavidWalley/CordovaPlugin_AndroidSmsRead
Hope you can use it.