remove the incorrectly located nickname

This commit is contained in:
Fred Quintana
2009-09-23 17:20:09 -07:00
parent f4a36e86bb
commit 531e580ab1

View File

@@ -1655,13 +1655,6 @@ public final class ContactsContract {
* <P>Type: TEXT</P>
*/
public static final String BIRTHDAY = DATA1;
/**
* The nickname as the user entered it.
* <P>Type: TEXT</P>
*@hide
*/
public static final String NICKNAME = DATA2;
}
/**