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

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

am 403d7ac7: Bring back SHOULD_SYNC flag so sync groups can be edited.

Merge commit '403d7ac7'

* commit '403d7ac7':
  Bring back SHOULD_SYNC flag so sync groups can be edited.
parents d9f532fb 403d7ac7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1360,6 +1360,14 @@ public final class ContactsContract {
         * <P>Type: INTEGER</P>
         */
        public static final String DELETED = "deleted";

        /**
         * Whether this group should be synced if the SYNC_EVERYTHING settings
         * is false for this group's account.
         * <p>
         * Type: INTEGER (boolean)
         */
        public static final String SHOULD_SYNC = "should_sync";
    }

    /**