联系人类型存储在哪里? (谷歌/电话)

发布于 2024-12-04 22:39:56 字数 152 浏览 0 评论 0原文

我正在尝试查找联系人类型(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 技术交流群。

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

发布评论

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

评论(1

心房的律动 2024-12-11 22:39:56

也许您可以使用 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.

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