android.provider.Contacts
The Contacts provider stores all information about contacts.
Nested Classes
Contacts.ContactMethods,
Contacts.ContactMethodsColumns,
Contacts.Extensions,
Contacts.ExtensionsColumns,
Contacts.GroupMembership,
Contacts.Groups,
Contacts.GroupsColumns,
Contacts.Intents,
Contacts.OrganizationColumns,
Contacts.Organizations,
Contacts.People,
Contacts.PeopleColumns,
Contacts.Phones,
Contacts.PhonesColumns,
Contacts.Photos,
Contacts.PhotosColumns,
Contacts.PresenceColumns,
Contacts.Settings,
Contacts.SettingsColumns
Summary
Constants
|
|
|
Value |
|
String |
AUTHORITY |
|
"contacts" |
Uri |
CONTENT_URI |
The content:// style URL for this provider
|
|
|
int |
KIND_EMAIL |
Signifies an email address row that is stored in the ContactMethods table |
1 |
0x00000001 |
int |
KIND_IM |
Signifies an IM address row that is stored in the ContactMethods table |
3 |
0x00000003 |
int |
KIND_ORGANIZATION |
Signifies an Organization row that is stored in the Organizations table |
4 |
0x00000004 |
int |
KIND_PHONE |
Signifies an Phone row that is stored in the Phones table |
5 |
0x00000005 |
int |
KIND_POSTAL |
Signifies a postal address row that is stored in the ContactMethods table |
2 |
0x00000002 |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
AUTHORITY
Constant Value:
"contacts"
public
static
final
Uri
CONTENT_URI
The content:// style URL for this provider
public
static
final
int
KIND_EMAIL
Signifies an email address row that is stored in the ContactMethods table
Constant Value:
1
(0x00000001)
public
static
final
int
KIND_IM
Signifies an IM address row that is stored in the ContactMethods table
Constant Value:
3
(0x00000003)
public
static
final
int
KIND_ORGANIZATION
Signifies an Organization row that is stored in the Organizations table
Constant Value:
4
(0x00000004)
public
static
final
int
KIND_PHONE
Signifies an Phone row that is stored in the Phones table
Constant Value:
5
(0x00000005)
public
static
final
int
KIND_POSTAL
Signifies a postal address row that is stored in the ContactMethods table
Constant Value:
2
(0x00000002)