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

Commit 97bda4c5 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Flag indicating if Contacts source has any unsynced groups.

Part of fixing http://b/2084771
parent 9352b9fb
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1685,6 +1685,13 @@ public final class ContactsContract {
         */
        public static final String UNGROUPED_VISIBLE = "ungrouped_visible";

        /**
         * Read-only flag indicating if this {@link #SHOULD_SYNC} or any
         * {@link Groups#SHOULD_SYNC} under this account have been marked as
         * unsynced.
         */
        public static final String ANY_UNSYNCED = "any_unsynced";

        /**
         * Read-only count of {@link Contacts} from a specific source that have
         * no {@link CommonDataKinds.GroupMembership} entries.