Added interface android.provider.Contacts.PresenceColumns
.
Added Methods
|
Uri addToGroup(ContentResolver, long, String)
|
Adds a person to a group referred to by name. |
Uri addToGroup(ContentResolver, long, long)
|
Adds a person to a group. |
Uri addToMyContactsGroup(ContentResolver, long)
|
Adds a person to the My Contacts group. |
Uri createPersonInMyContactsGroup(ContentResolver, ContentValues)
|
Creates a new contacts and adds it to the "My Contacts" group. |
Bitmap loadContactPhoto(Context, Uri, int, Options)
|
Opens an InputStream for the person's photo and returns the photo as a Bitmap. |
InputStream openContactPhotoInputStream(ContentResolver, Uri)
|
Opens an InputStream for the person's photo and returns the photo as a Bitmap. |
Cursor queryGroups(ContentResolver, long)
|
|
void setPhotoData(ContentResolver, Uri, byte[])
|
Set the photo for this person. |
Removed Fields
|
String PREFERRED_EMAIL_ID
|
The ID of the persons preferred email. |
String PREFERRED_PHONE_ID
|
The ID of the persons preferred phone number. |