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

Commit b218ff49 authored by Zheng Fu's avatar Zheng Fu
Browse files

Add setting flag to enable new contact aggregator

Bug:20055573
Change-Id: I5482c4a028a1bec91461c495805c5378093ae776
parent be16bf4b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -7708,6 +7708,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";
    }

    /**