diff options
| author | Tadashi G. Takaoka <takaoka@google.com> | 2010-11-09 12:19:32 -0800 |
|---|---|---|
| committer | Tadashi G. Takaoka <takaoka@google.com> | 2010-11-09 12:19:32 -0800 |
| commit | 0ba75bb22c2992f649ee5f7605a2b45442ad4862 (patch) | |
| tree | 3b87bff502605e0e3d20c2ff6b7438ba6ae2e4d0 /core/java | |
| parent | 195d519c915eb27d5393a34027fc18c23cc3cf5f (diff) | |
| download | frameworks_base-0ba75bb22c2992f649ee5f7605a2b45442ad4862.zip frameworks_base-0ba75bb22c2992f649ee5f7605a2b45442ad4862.tar.gz frameworks_base-0ba75bb22c2992f649ee5f7605a2b45442ad4862.tar.bz2 | |
Revert "Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed."
This reverts commit 1ab852fbcfe155c9d4373b7130f8515591669634.
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 1fe2c5a..ddfcb06 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2396,14 +2396,6 @@ 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"; |
