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

Commit 46f11652 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 85628188: Merge change 25244 into eclair

Merge commit '85628188' into eclair-plus-aosp

* commit '85628188':
  Flag indicating if Contacts source has any unsynced groups.
parents 10bedaaf 85628188
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.