Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 554344ee authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Added vcard query parameter for not attaching photo."

parents f71e5469 037d3ffa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1298,6 +1298,15 @@ public final class ContactsContract {
        public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
                "as_vcard");

       /**
        * Boolean parameter that may be used with {@link #CONTENT_VCARD_URI}
        * and {@link #CONTENT_MULTI_VCARD_URI} to indicate that the returned
        * vcard should not contain a photo.
        *
        * @hide
        */
        public static final String QUERY_PARAMETER_VCARD_NO_PHOTO = "nophoto";

        /**
         * Base {@link Uri} for referencing multiple {@link Contacts} entry,
         * created by appending {@link #LOOKUP_KEY} using