Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6597440 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Flag to make all contacts from specific source visible.

parent 460f5410
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -1520,9 +1520,16 @@ public final class ContactsContract {
        public static final String SHOULD_SYNC = "should_sync";

        /**
         * Flag indicating if the contacts from this source, but that don't have
         * any specific {@link GroupMembership} entries should be visible in any
         * user interface.
         * 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}
         * entries should be visible in any user interface.
         * <p>
         * Type: INTEGER (boolean)
         */