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

Commit ba176d6c authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Don't reference hidden API from comments.

parent 09f4c942
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -36,24 +36,16 @@ import java.io.InputStream;

/**
 * The Contacts provider stores all information about contacts.
 *
 * @deprecated This API has been replaced by {@link ContactsContract} as of
 *             {@link Build.VERSION#SDK} = 5.
 */
@Deprecated
public class Contacts {
    private static final String TAG = "Contacts";

    /**
     * @deprecated Replaced by {@link ContactsContract#AUTHORITY}.
     */
    @Deprecated
    public static final String AUTHORITY = "contacts";

    /**
     * The content:// style URL for this provider
     *
     * @deprecated Replaced by {@link ContactsContract#AUTHORITY_URI}.
     */
    @Deprecated
    public static final Uri CONTENT_URI =