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

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

Merge "Add setting flag to enable new contact aggregator"

parents ca25b876 b218ff49
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7717,6 +7717,13 @@ public final class Settings {
         */
        public static final String[] MULTI_SIM_USER_PREFERRED_SUBS = {"user_preferred_sub1",
                "user_preferred_sub2","user_preferred_sub3"};

        /**
         * Whether to enable new contacts aggregator or not.
         * The value 1 - enable, 0 - disable
         * @hide
         */
        public static final String NEW_CONTACT_AGGREGATOR = "new_contact_aggregator";
    }

    /**