Flag to make all contacts from specific source visible.
This commit is contained in:
@@ -1520,9 +1520,16 @@ public final class ContactsContract {
|
|||||||
public static final String SHOULD_SYNC = "should_sync";
|
public static final String SHOULD_SYNC = "should_sync";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Flag indicating if the contacts from this source, but that don't have
|
* Overriding flag indicating if contacts from this source should be
|
||||||
* any specific {@link GroupMembership} entries should be visible in any
|
* visible in any user interface.
|
||||||
* user interface.
|
* <p>
|
||||||
|
* Type: INTEGER (boolean)
|
||||||
|
*/
|
||||||
|
public static final String SOURCE_VISIBLE = "source_visible";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Flag indicating if contacts without any {@link GroupMembership}
|
||||||
|
* entries should be visible in any user interface.
|
||||||
* <p>
|
* <p>
|
||||||
* Type: INTEGER (boolean)
|
* Type: INTEGER (boolean)
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user