欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

Contacts Provider

发布时间:2023/12/14 38 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Contacts Provider 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

Contacts Provider 包括三个表:

ContactsContract.Contacts table
Rows representing different people, based on aggregations of raw contact rows.
ContactsContract.RawContacts table
Rows containing a summary of a person's data, specific to a user account and type.
ContactsContract.Data table
Rows containing the details for raw contact, such as email addresses or phone numbers.在Intent.ACTION_PICK 时 会返回一个Contacts的URI 通过此URI可以得到属于这个ContactI的第一个rawContactId, 再查询Data表中rawContactId列等于刚刚获得的通过rawContactId的row,再对此行进行修改。


总结

以上是生活随笔为你收集整理的Contacts Provider的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。