# Print output for @column tags ?>
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.
The Contacts provider stores all information about contacts.
Nested classes | |
---|---|
class |
Contacts.ContactMethods
This class is deprecated.
see |
interface |
Contacts.ContactMethodsColumns
This interface is deprecated.
see |
class |
Contacts.Extensions
This class is deprecated.
see |
interface |
Contacts.ExtensionsColumns
This interface is deprecated.
see |
class |
Contacts.GroupMembership
This class is deprecated.
see |
class |
Contacts.Groups
This class is deprecated.
see |
interface |
Contacts.GroupsColumns
This interface is deprecated.
see |
class |
Contacts.Intents
This class is deprecated.
see |
interface |
Contacts.OrganizationColumns
This interface is deprecated.
see |
class |
Contacts.Organizations
This class is deprecated.
see |
class |
Contacts.People
This class is deprecated.
see |
interface |
Contacts.PeopleColumns
This interface is deprecated.
see |
class |
Contacts.Phones
This class is deprecated.
see |
interface |
Contacts.PhonesColumns
This interface is deprecated.
see |
class |
Contacts.Photos
This class is deprecated.
see |
interface |
Contacts.PhotosColumns
This interface is deprecated.
see |
interface |
Contacts.PresenceColumns
This interface is deprecated.
see |
class |
Contacts.Settings
This class is deprecated.
see |
interface |
Contacts.SettingsColumns
This interface is deprecated.
see |
Constants | |
---|---|
String |
AUTHORITY
This constant is deprecated.
see |
int |
KIND_EMAIL
This constant is deprecated.
see |
int |
KIND_IM
This constant is deprecated.
see |
int |
KIND_ORGANIZATION
This constant is deprecated.
see |
int |
KIND_PHONE
This constant is deprecated.
see |
int |
KIND_POSTAL
This constant is deprecated.
see |
Fields | |
---|---|
public
static
final
Uri |
CONTENT_URI
This field is deprecated.
see |
Inherited methods | |
---|---|
public static final String AUTHORITY
This constant is deprecated.
see ContactsContract
Constant Value: "contacts"
public static final int KIND_EMAIL
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
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
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
This constant is deprecated.
see ContactsContract
Signifies a Phone row that is stored in the Phones table
Constant Value: 5 (0x00000005)
public static final int KIND_POSTAL
This constant is deprecated.
see ContactsContract
Signifies a postal address row that is stored in the ContactMethods table
Constant Value: 2 (0x00000002)
public static final Uri CONTENT_URI
This field is deprecated.
see ContactsContract
The content:// style URL for this provider