am ba176d6c: Don\'t reference hidden API from comments.

Merge commit 'ba176d6c8ad581e65b46bd6835c0737e74ef453d' into eclair-plus-aosp

* commit 'ba176d6c8ad581e65b46bd6835c0737e74ef453d':
  Don't reference hidden API from comments.
This commit is contained in:
Jeff Sharkey
2009-08-25 19:08:00 -07:00
committed by Android Git Automerger

View File

@@ -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 =