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

Commit 0b0b8a8d authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Adding a mime type for the phone lookup URI.

Bug: 2486764
Change-Id: I0077fff8af0044efc4c5322816768073636e072f
parent c833119c
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";
    }

    /**