android笔记之contacts(通讯录)数据库二
mimetypes表
字段名称 |
说明 |
_id |
索引Key,自增长,与data表的mimetype_id字段相同 |
mimetype |
intend地址,如下 |
_id mimetype
1 vnd.android.cursor.item/email_v2
2 vnd.android.cursor.item/im
3 vnd.android.cursor.item/postal-address_v2
4 vnd.android.cursor.item/photo
5 vnd.android.cursor.item/phone_v2
6 vnd.android.cursor.item/name
7 vnd.android.cursor.item/organization
8 vnd.android.cursor.item/nickname
9 vnd.android.cursor.item/group_membership
10 vnd.android.cursor.item/note
11 vnd.android.cursor.item/website
原有数据
raw_contacts表
字段名称 |
说明 |
_id |
索引Key,自增长 |
version |
联系人修改次数 |
dirty |
版本修改的标记位 |
deleted |
是否删除了:0为没有,1为删除 |
contact_id |
联系人表的id |
custom_ringtone |
自定义铃声 |
times_conteacted |
通话次数 |
last_time_conteacted |
最后通话时间截 |
starred |
是否标星 |
display |
显示名字 |
display_name_alt |
显示名字 |
display_name_source |
值为40,不知 |
sort_key |
姓名拆分加拼音:如“小明”,则为“XIAO 小 MING 明” |
sort_key_alt |
同上 |
… |
|
sourceurl:http://hi.baidu.com/455611934/blog/item/479a03c6a52bdac7d10060e3.html