| android.provider.Contacts.PeopleColumns |
| Value | ||||
|---|---|---|---|---|
| String | COMPANY | The persons company name. | "company" | |
| String | CUSTOM_ICON | An icon associated with a person. | "person_icon" | |
| String | LAST_TIME_CONTACTED | The last time a person was contacted. | "last_time_contacted" | |
| String | NAME | The persons name. | "name" | |
| String | NOTES | Notes about the person. | "notes" | |
| String | PHOTO | The persons photo. | "photo" | |
| String | STARRED | Is the contact starred?
Type: INTEGER (boolean) |
"starred" | |
| String | TIMES_CONTACTED | The number of times a person has been contacted
Type: INTEGER |
"times_contacted" | |
| String | TITLE | The persons title. | "title" | |
Type: TEXT
Type: TEXT (URI to the icon)
Type: INTEGER
Type: TEXT
Type: TEXT
Type: TEXT (URI to the persons photo)
Type: INTEGER (boolean)
Type: INTEGER
Type: TEXT