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

Commit 28853c5f authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Adding a mime type for the phone lookup URI."

parents 50490adf 0b0b8a8d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2935,6 +2935,13 @@ public final class ContactsContract {
         */
        public static final Uri CONTENT_FILTER_URI = Uri.withAppendedPath(AUTHORITY_URI,
                "phone_lookup");

        /**
         * The MIME type of {@link #CONTENT_FILTER_URI} providing a directory of phone lookup rows.
         *
         * @hide
         */
        public static final String CONTENT_TYPE = "vnd.android.cursor.dir/phone_lookup";
    }

    /**