如何访问Android通话列表?
嘿,我想访问 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您正在寻找 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