Remove dialpad_autocomplete system key from settings

Bug: 10429771
Change-Id: I6c3721020114733e20d0d620680839e1b958721f
This commit is contained in:
Yorke Lee
2013-08-21 19:16:20 -07:00
parent d5ea6e113c
commit 35785bfdd1

View File

@@ -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
};
/**