Android读取短信历史记录

发布于 2024-10-20 13:26:58 字数 115 浏览 0 评论 0原文

我找到了一种读取通话记录的方法,例如来电、电话号码、持续时间等。现在我正在寻找类似的短信功能。我怎样才能读取短信的历史记录?我不需要短信的内容,只需要日期和目标电话号码。有什么想法吗?

谢谢, 一个。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

饮惑 2024-10-27 13:26:58

抱歉,Android SDK 中没有“短信历史记录”API。

There is no API for "SMS history" in the Android SDK, sorry.

裸钻 2024-10-27 13:26:58

我有一个开源 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文