Merge change 21967 into eclair

* changes:
  Remove SOURCE_VISIBLE flag that is otherwise unused.
This commit is contained in:
Android (Google) Code Review
2009-08-19 14:33:56 -07:00

View File

@@ -1556,14 +1556,6 @@ public final class ContactsContract {
*/ */
public static final String SHOULD_SYNC = "should_sync"; public static final String SHOULD_SYNC = "should_sync";
/**
* Overriding flag indicating if contacts from this source should be
* visible in any user interface.
* <p>
* Type: INTEGER (boolean)
*/
public static final String SOURCE_VISIBLE = "source_visible";
/** /**
* Flag indicating if contacts without any {@link GroupMembership} * Flag indicating if contacts without any {@link GroupMembership}
* entries should be visible in any user interface. * entries should be visible in any user interface.