Loading core/java/android/provider/ContactsContract.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading core/java/android/provider/SocialContract.java +2 −5 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
core/java/android/provider/ContactsContract.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
core/java/android/provider/SocialContract.java +2 −5 Original line number Diff line number Diff line Loading @@ -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 */ Loading