API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.provider.Contacts.People

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.
 

Added Fields
Uri CONTENT_FILTER_URI The content:// style URL for filtering people by name.
String PRIMARY_EMAIL_ID The ID of the persons preferred email.
String PRIMARY_ORGANIZATION_ID The ID of the persons preferred organization.
String PRIMARY_PHONE_ID The ID of the persons preferred phone number.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff