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

Commit 13e0357e authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Fixing the SDK build

Change-Id: I84cee32bf6d7395e7d6a366fb0b582b73637d18c
parent 5aaeaffd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -201,8 +201,8 @@ public final class ContactsContract {
     * </p>
     * <p>
     * The most important use case for Directories is search.  A Directory provider is
     * expected to support at least {@link Contacts#CONTENT_FILTER_URI
     * Contacts#CONTENT_FILTER_URI}.  If a Directory provider wants to participate
     * expected to support at least {@link ContactsContract.Contacts#CONTENT_FILTER_URI
     * Contacts.CONTENT_FILTER_URI}.  If a Directory provider wants to participate
     * in email and phone lookup functionalities, it should also implement
     * {@link CommonDataKinds.Email#CONTENT_FILTER_URI CommonDataKinds.Email.CONTENT_FILTER_URI}
     * and
@@ -225,7 +225,7 @@ public final class ContactsContract {
     * <li>The URI authority is replaced with the corresponding {@link #DIRECTORY_AUTHORITY}.</li>
     * <li>The {@code accountName=} and {@code accountType=} parameters are added or
     * replaced using the corresponding {@link #ACCOUNT_TYPE} and {@link #ACCOUNT_NAME} values.</li>
     * <li>If the URI is missing a {@link ContactsContract#REQUESTING_PACKAGE_PARAM_KEY}
     * <li>If the URI is missing a ContactsContract.REQUESTING_PACKAGE_PARAM_KEY
     * parameter, this parameter is added.</li>
     * </ul>
     * </p>