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

Commit 85628188 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 25244 into eclair

* changes:
  Flag indicating if Contacts source has any unsynced groups.
parents 7fc39b26 97bda4c5
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.