From ba176d6c8ad581e65b46bd6835c0737e74ef453d Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Tue, 25 Aug 2009 19:05:12 -0700 Subject: [PATCH] Don't reference hidden API from comments. --- core/java/android/provider/Contacts.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/java/android/provider/Contacts.java b/core/java/android/provider/Contacts.java index 1ec34169eb09f..181a52940d817 100644 --- a/core/java/android/provider/Contacts.java +++ b/core/java/android/provider/Contacts.java @@ -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 =