summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Settings.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-11-11 14:58:11 +0900
committersatok <satok@google.com>2010-11-11 17:13:10 +0900
commit723a27ef3d7c94fc666abc52e0abd5e8526acb69 (patch)
tree40d37ba6b92831acceb6f0402035bb4a7b56d99d /core/java/android/provider/Settings.java
parenta6689ddbba5d7d5e9ad7a07ae84a187497f18121 (diff)
downloadframeworks_base-723a27ef3d7c94fc666abc52e0abd5e8526acb69.zip
frameworks_base-723a27ef3d7c94fc666abc52e0abd5e8526acb69.tar.gz
frameworks_base-723a27ef3d7c94fc666abc52e0abd5e8526acb69.tar.bz2
Save the history of InputMethodSubtype for reverting the subtype when IME was changed.
- Re-revert the change https://android-git.corp.google.com/g/#q,78962,n,z *** If you want to see the diff between reverted change and new change, please see the diff between patch set 1 and the latest patch set - TODO: Add a public function "switchToLastInputMethod" Change-Id: Ic85d54b3b68e47a22360acaeb81202a366a34586
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r--core/java/android/provider/Settings.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index ddfcb06..1fe2c5a 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -2396,6 +2396,14 @@ public final class Settings {
"selected_input_method_subtype";
/**
+ * Setting to record the history of input method subtype, holding the pair of ID of IME
+ * and its last used subtype.
+ * @hide
+ */
+ public static final String INPUT_METHODS_SUBTYPE_HISTORY =
+ "input_methods_subtype_history";
+
+ /**
* Whether the device has been provisioned (0 = false, 1 = true)
*/
public static final String DEVICE_PROVISIONED = "device_provisioned";