加入联系人内容提供商的查询

时间:2013-01-27 12:24:32

标签: android android-contentprovider

我们如何在内容提供商上运行联接查询? 我需要查询accounts_type =“custom.account.type”所有行的Contacts.CONTENT_URI。 但是Contacts.CONTENT_URI中没有account_type列。可以在Rawcontacts.CONTENT_URI。

中找到Account_type列

我可以做的一件事是从Rawcontacts.CONTENT_URI获取contactsIDs,其中account_type =“custom.account.type”。而不是查询Contacts.CONTENT_URI。 这有更好的选择吗?

0 个答案:

没有答案