Android:以编程方式检索帐户的联系人
我在模拟器上添加了两个谷歌帐户。后来我在每个帐户下添加了联系人。我可以使用下面的链接获取帐户。
默认帐户类型是什么/ Android 联系人应用程序上的联系人姓名?
现在,我如何以编程方式检索在帐户下添加的联系人及其字段?
I added the two google accounts on my emulator. Later I added contacts under each account. I am able to get account using below link.
What is the default Account Type / Name for contacts on Android Contact Application?
Now how do I programmatically retrieve the contacts and its fields added under the accounts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过传递帐户名称并输入选择参数来查询原始联系人表来查询帐户特定联系人
You can query the account specific contacts by querying the Raw contacts table by passing Account name and type in selection parameters