public class

Contacts

extends Object
java.lang.Object
   ↳ android.provider.Contacts

This class is deprecated.
The APIs have been superseded by ContactsContract. The newer APIs allow access multiple accounts and support aggregation of similar contacts. These APIs continue to work but will only return data for the first Google account created, which matches the original behavior.

Class Overview

The Contacts provider stores all information about contacts.

Summary

Nested Classes
class Contacts.ContactMethods This class is deprecated. see ContactsContract  
interface Contacts.ContactMethodsColumns This interface is deprecated. see ContactsContract  
class Contacts.Extensions This class is deprecated. see ContactsContract  
interface Contacts.ExtensionsColumns This interface is deprecated. see ContactsContract  
class Contacts.GroupMembership This class is deprecated. see ContactsContract  
class Contacts.Groups This class is deprecated. see ContactsContract  
interface Contacts.GroupsColumns This interface is deprecated. see ContactsContract  
class Contacts.Intents This class is deprecated. see ContactsContract  
interface Contacts.OrganizationColumns This interface is deprecated. see ContactsContract  
class Contacts.Organizations This class is deprecated. see ContactsContract  
class Contacts.People This class is deprecated. see ContactsContract  
interface Contacts.PeopleColumns This interface is deprecated. see ContactsContract  
class Contacts.Phones This class is deprecated. see ContactsContract  
interface Contacts.PhonesColumns This interface is deprecated. see ContactsContract  
class Contacts.Photos This class is deprecated. see ContactsContract  
interface Contacts.PhotosColumns This interface is deprecated. see ContactsContract  
interface Contacts.PresenceColumns This interface is deprecated. see ContactsContract  
class Contacts.Settings This class is deprecated. see ContactsContract  
interface Contacts.SettingsColumns This interface is deprecated. see ContactsContract  
Constants
String AUTHORITY This constant is deprecated. see ContactsContract
Uri CONTENT_URI This constant is deprecated. see ContactsContract
int KIND_EMAIL This constant is deprecated. see ContactsContract
int KIND_IM This constant is deprecated. see ContactsContract
int KIND_ORGANIZATION This constant is deprecated. see ContactsContract
int KIND_PHONE This constant is deprecated. see ContactsContract
int KIND_POSTAL This constant is deprecated. see ContactsContract
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTHORITY

Since: API Level 1

This constant is deprecated.
see ContactsContract

Constant Value: "contacts"

public static final Uri CONTENT_URI

Since: API Level 1

This constant is deprecated.
see ContactsContract

The content:// style URL for this provider

public static final int KIND_EMAIL

Since: API Level 1

This constant is deprecated.
see ContactsContract

Signifies an email address row that is stored in the ContactMethods table

Constant Value: 1 (0x00000001)

public static final int KIND_IM

Since: API Level 1

This constant is deprecated.
see ContactsContract

Signifies an IM address row that is stored in the ContactMethods table

Constant Value: 3 (0x00000003)

public static final int KIND_ORGANIZATION

Since: API Level 1

This constant is deprecated.
see ContactsContract

Signifies an Organization row that is stored in the Organizations table

Constant Value: 4 (0x00000004)

public static final int KIND_PHONE

Since: API Level 1

This constant is deprecated.
see ContactsContract

Signifies an Phone row that is stored in the Phones table

Constant Value: 5 (0x00000005)

public static final int KIND_POSTAL

Since: API Level 1

This constant is deprecated.
see ContactsContract

Signifies a postal address row that is stored in the ContactMethods table

Constant Value: 2 (0x00000002)