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

Commit 35785bfd authored by Yorke Lee's avatar Yorke Lee
Browse files

Remove dialpad_autocomplete system key from settings

Bug: 10429771
Change-Id: I6c3721020114733e20d0d620680839e1b958721f
parent d5ea6e11
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -4269,13 +4269,6 @@ 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";

        /** @hide */
        public static final String BAR_SERVICE_COMPONENT = "bar_service_component";

@@ -4327,8 +4320,7 @@ public final class Settings {
            MOUNT_UMS_AUTOSTART,
            MOUNT_UMS_PROMPT,
            MOUNT_UMS_NOTIFY_ENABLED,
            UI_NIGHT_MODE,
            DIALPAD_AUTOCOMPLETE
            UI_NIGHT_MODE
        };

        /**