FileDocCategorySizeDatePackage
Contacts.javaAPI DocAndroid 5.1 API90776Thu Mar 12 22:22:10 GMT 2015android.provider

Contacts

public class Contacts extends Object
The Contacts provider stores all information about contacts.
deprecated
The APIs have been superseded by {@link 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.

Fields Summary
private static final String
TAG
public static final String
AUTHORITY
public static final android.net.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
public static final int
KIND_POSTAL
Signifies a postal address row that is stored in the ContactMethods table
public static final int
KIND_IM
Signifies an IM address row that is stored in the ContactMethods table
public static final int
KIND_ORGANIZATION
Signifies an Organization row that is stored in the Organizations table
public static final int
KIND_PHONE
Signifies a Phone row that is stored in the Phones table
Constructors Summary
private Contacts()
no public constructor since this is a utility class


                  
      
Methods Summary