am 83e1015d: Merge "Remove dialpad_autocomplete system key from settings" into klp-dev

* commit '83e1015d73d80416d514ad40ad871a01f5181eeb':
  Remove dialpad_autocomplete system key from settings
This commit is contained in:
Yorke Lee
2013-08-22 09:25:17 -07:00
committed by Android Git Automerger

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