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

Commit 8f7d88cc authored by Flavio Lerda's avatar Flavio Lerda Committed by Android (Google) Code Review
Browse files

Merge "Add a query parameter to look-up a SIP address." into ics-mr1

parents 914972be 52c01c22
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4666,6 +4666,13 @@ public final class ContactsContract {
         * @hide
         */
        public static final String CONTENT_TYPE = "vnd.android.cursor.dir/phone_lookup";

       /**
        * Boolean parameter that is used to look up a SIP address.
        *
        * @hide
        */
        public static final String QUERY_PARAMETER_SIP_ADDRESS = "sip";
    }

    /**