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

Commit 647f8f3d authored by Yorke Lee's avatar Yorke Lee
Browse files

Add system setting key for dialpad autocomplete

Bug 8840243

Change-Id: Ib1fd631c8717dad2305e3507391cb2d96be2a847
parent 62159c0d
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -4075,6 +4075,13 @@ public final class Settings {
         */
        public static final String ENABLED_NOTIFICATION_LISTENERS = "enabled_notification_listeners";

        /**
         * Whether or not to enable the dial pad autocomplete functionality.
         *
         * @hide
         */
        public static final String DIALPAD_AUTOCOMPLETE = "dialpad_autocomplete";

        /**
         * This are the settings to be backed up.
         *
@@ -4115,7 +4122,8 @@ public final class Settings {
            MOUNT_UMS_AUTOSTART,
            MOUNT_UMS_PROMPT,
            MOUNT_UMS_NOTIFY_ENABLED,
            UI_NIGHT_MODE
            UI_NIGHT_MODE,
            DIALPAD_AUTOCOMPLETE
        };

        /**