diff options
| -rw-r--r-- | core/java/android/provider/Contacts.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/Contacts.java b/core/java/android/provider/Contacts.java index 1ec34169eb09..181a52940d81 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 = |