我想在android中读取通话记录
Possible Duplicate:
How can I retrieve recently used contacts in android?
I want to read recently used contacts.
Anyone know how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1.创建观察者:
2.注册观察者:
编辑:
从 Jellybean (4.1) 开始,您现在需要权限:
为了使其正常工作并且不会引发权限拒绝异常
1. Create observer:
2. Register observer:
EDIT:
As of Jellybean (4.1), you now need the permission:
For this to work and not throw a Permission Denial exception