Loading core/java/android/provider/Contacts.java +0 −8 Original line number Original line Diff line number Diff line Loading @@ -36,24 +36,16 @@ import java.io.InputStream; /** /** * The Contacts provider stores all information about contacts. * 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 @Deprecated public class Contacts { public class Contacts { private static final String TAG = "Contacts"; private static final String TAG = "Contacts"; /** * @deprecated Replaced by {@link ContactsContract#AUTHORITY}. */ @Deprecated @Deprecated public static final String AUTHORITY = "contacts"; public static final String AUTHORITY = "contacts"; /** /** * The content:// style URL for this provider * The content:// style URL for this provider * * @deprecated Replaced by {@link ContactsContract#AUTHORITY_URI}. */ */ @Deprecated @Deprecated public static final Uri CONTENT_URI = public static final Uri CONTENT_URI = Loading Loading
core/java/android/provider/Contacts.java +0 −8 Original line number Original line Diff line number Diff line Loading @@ -36,24 +36,16 @@ import java.io.InputStream; /** /** * The Contacts provider stores all information about contacts. * 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 @Deprecated public class Contacts { public class Contacts { private static final String TAG = "Contacts"; private static final String TAG = "Contacts"; /** * @deprecated Replaced by {@link ContactsContract#AUTHORITY}. */ @Deprecated @Deprecated public static final String AUTHORITY = "contacts"; public static final String AUTHORITY = "contacts"; /** /** * The content:// style URL for this provider * The content:// style URL for this provider * * @deprecated Replaced by {@link ContactsContract#AUTHORITY_URI}. */ */ @Deprecated @Deprecated public static final Uri CONTENT_URI = public static final Uri CONTENT_URI = Loading