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

Commit 01ea304f authored by Zheng Fu's avatar Zheng Fu Committed by Android (Google) Code Review
Browse files

Merge "Add setting flag to enable contact metadata syncing in CP2"

parents a419dd16 31ce78c6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7720,6 +7720,13 @@ public final class Settings {
         * @hide
         */
        public static final String NEW_CONTACT_AGGREGATOR = "new_contact_aggregator";

        /**
         * Whether to enable contacts metadata syncing or not
         * The value 1 - enable, 0 - disable
         * @hide
         */
        public static final String CONTACT_METADATA_SYNC = "contact_metadata_sync";
    }

    /**