联系人类型存储在哪里? (谷歌/电话)
我正在尝试查找联系人类型(Google/电话)的存储位置以及如何访问它。我以为我可以访问 android.provider.contacts.contact.commonDatakinds 包中的类。但是我找不到有关数据字段的任何信息。任何有关联系人数据字段文档和联系人类型的帮助将不胜感激
I am trying to find where Contact type ( Google/Phone) is stored and how to access it. I thought I could access the class in the android.provider.contacts.contact.commonDatakinds package. However i could not find any information on the data field. Any help on contactscontact data field documentation and Contact Type would be greatly appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您可以使用 Rawcontacts.ACCOUNT_NAME 和 RawContacts.ACCOUNT_TYPE 查询 RawContacts 的 content_uri 来获取它。
Maybe you can query to RawContacts's content_uri with Rawcontacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to get it.