diff --git a/api/current.xml b/api/current.xml
index c43ebac2ff72a..db19baa37c463 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -150149,6 +150149,28 @@
visibility="public"
>
+
Type: TEXT
+ */ + public static final String PHOTO_URI = "photo_uri"; + + /** + * A URI that can be used to retrieve a thumbnail of the contact's photo. + * A photo can be referred to either by a URI (this field or {@link #PHOTO_URI}) + * or by ID (see {@link #PHOTO_ID}). If PHOTO_ID is not null, PHOTO_URI and + * PHOTO_THUMBNAIL_URI shall not be null (but not necessarily vice versa). + * If the content provider does not differentiate between full-size photos + * and thumbnail photos, PHOTO_THUMBNAIL_URI and {@link #PHOTO_URI} can contain + * the same value, but either both shell be null or both not null. + * + *Type: TEXT
+ */ + public static final String PHOTO_THUMBNAIL_URI = "photo_thumb_uri"; + /** * Lookup value that reflects the {@link Groups#GROUP_VISIBLE} state of * any {@link CommonDataKinds.GroupMembership} for this contact. @@ -1032,6 +1093,20 @@ public final class ContactsContract { * that mime type. * *