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

Commit 507f1607 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov
Browse files

Adding a MARKED_AS_DIRTY parameter to Groups.

parent e359b683
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -573,8 +573,8 @@ public final class ContactsContract {
        public static final String SYNC4 = "data_sync4";

        /**
         * An optional update or insert URI parameter that determines if the
         * corresponding raw contact should be marked as dirty. The default
         * An optional insert, update or delete URI parameter that determines if
         * the corresponding raw contact should be marked as dirty. The default
         * value is true.
         */
        public static final String MARK_AS_DIRTY = "mark_as_dirty";
@@ -1453,6 +1453,12 @@ public final class ContactsContract {
         * merely marked as deleted.
         */
        public static final String DELETE_PERMANENTLY = "delete_permanently";

        /**
         * An optional update or insert URI parameter that determines if the
         * group should be marked as dirty. The default value is true.
         */
        public static final String MARK_AS_DIRTY = "mark_as_dirty";
    }

    /**