Useful content uris for CRUD contacts
All
method | description |
---|
Member | description |
---|---|
public static final Uri QUERY_CONTACT_ALL |
The content:// style URL for the contacts table. It is same as
{@link android.provider.ContactsContract.Contacts#CONTENT_URI}.
Supported Products:All |
public static final Uri QUERY_CONTACT |
The content:// style URI for all data records of the
{@link android.provider.ContactsContract.CommonDataKinds.Phone#CONTENT_ITEM_TYPE} MIME type,
combined with the associated raw contact and aggregate contact data..
It is same as {@link android.provider.ContactsContract.CommonDataKinds.Phone#CONTENT_URI}.
Supported Products:All |
public static final Uri QUERY_PHOTO |
The content:// style URI for the data table, which requests a directory of data rows
matching the selection criteria.
It is same as {@link android.provider.ContactsContract.Data#CONTENT_URI}.
Supported Products:All |
public static final Uri QUERY_SORT_KEY |
The content:// style URI for this table, which requests a directory of raw contact rows
matching the selection criteria.
It is same as {@link android.provider.ContactsContract.RawContacts#CONTENT_URI}.
Supported Products:All |
public static final Uri QUERY_RINGTONE |
The content:// style URL for the contacts table. It is same as
{@link android.provider.ContactsContract.Contacts#CONTENT_URI}.
Supported Products:All |
public static final Uri QUERY_GROUP |
The content:// style URI for the groups table.
Supported Products:All |
public static final Uri QUERY_CONTACT_INCLUDE_COMMON |
The content:// style URI for the contact include common-contact table.
Supported Products:GVC3220 |