Removing SyncColumns from Contact - they were put there by accident.

This commit is contained in:
Dmitri Plotnikov
2009-08-05 12:11:22 -07:00
parent 8d1668da94
commit c9ec66b68b

View File

@@ -230,7 +230,7 @@ public final class ContactsContract {
* of raw contact representing the same person.
*/
public static class Contacts implements BaseColumns, ContactsColumns,
ContactOptionsColumns, SyncColumns {
ContactOptionsColumns {
/**
* This utility class cannot be instantiated
*/