如何访问Android通话列表?

发布于 2024-10-02 06:15:26 字数 81 浏览 3 评论 0原文

嘿,我想访问 Android 通话列表,这样我就可以看到联系人姓名、通话时间、时长、通话时间和日期。它在哪里,我如何访问它?

谢谢。

Hey, I want to access the Android call list, so I can see the contact name, the hour of the calling, the duration, the hour of the calling and the date. Where is it, and how can I access it?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

時窥 2024-10-09 06:15:26

我相信您正在寻找 CallLog 类,它是 android.provider 的一部分。

请访问 http://developer.android.com/reference/android/provider 查看更多信息/CallLog.html

您应该能够使用此处列出的构造函数来调用它。希望有帮助!

编辑:这实际上可能对您更有帮助: http://developer. android.com/reference/android/provider/CallLog.Calls.html

I believe you're looking for the CallLog class, which is part of android.provider.

See more info at http://developer.android.com/reference/android/provider/CallLog.html

You should be able to call it using the constructor listed there. Hope that helps!

EDIT: This may actually be more helpful to you: http://developer.android.com/reference/android/provider/CallLog.Calls.html

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