diff options
author | Roman Birg <romanbirg@gmail.com> | 2012-05-16 19:00:44 -0400 |
---|---|---|
committer | Rick C <rickfitsnugly@gmail.com> | 2012-06-02 22:23:24 -0400 |
commit | 8b01451476e89551359c43558649043f74f23bf5 (patch) | |
tree | 8f6feba13e2a941627f80dc88571105f96eb28f3 /core | |
parent | cb8448394dc18f5dc7df9750918b9e77f66c3955 (diff) | |
download | frameworks_base-8b01451476e89551359c43558649043f74f23bf5.zip frameworks_base-8b01451476e89551359c43558649043f74f23bf5.tar.gz frameworks_base-8b01451476e89551359c43558649043f74f23bf5.tar.bz2 |
Option to hide IME switcher (2/2)
Change-Id: I210c1db65f8b5c41dcbcd559c0e7e0a53dd2df7f
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/provider/Settings.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 8d7b280..7c72a1a 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2307,6 +2307,12 @@ public final class Settings { public static final String STATUS_BAR_BRIGHTNESS_CONTROL = "status_bar_brightness_control"; /** + * Whether to show the IME switcher in the status bar + * @hide + */ + public static final String STATUS_BAR_IME_SWITCHER = "status_bar_ime_switcher"; + + /** * Whether to use a separate delay for "slide to unlock" and security * lock * @hide |