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

Commit 5f123bdc authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Making sure non-public API is marked with @hide.

parent 56927773
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import android.net.Uri;
 * The contract between the contacts provider and applications. Contains definitions
 * for the supported URIs and columns.
 *
 * TODO: move to android.provider
 * @hide
 */
public final class ContactsContract {
    /** The authority for the contacts provider */
+2 −5
Original line number Diff line number Diff line
@@ -16,17 +16,14 @@

package android.provider;

import android.provider.ContactsContract.Contacts;

import android.graphics.BitmapFactory;
import android.net.Uri;
import android.provider.BaseColumns;

/**
 * The contract between the social provider and applications. Contains
 * definitions for the supported URIs and columns.
 * <p>
 * TODO: move to android.provider package
 *
 * @hide
 */
public class SocialContract {
    /** The authority for the social provider */