diff options
author | 2012-03-28 18:35:01 +0900 | |
---|---|---|
committer | 2012-03-28 19:45:28 +0900 | |
commit | e07db71d26fd9cb2c0141d76bfd3cd01bb001899 (patch) | |
tree | 9f2bbcbe2969cb0c1f2bb8f23e9db6ae8e9376c6 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | e354dce0780ea5fb606d344c2078553d862ea77b (diff) | |
download | latinime-e07db71d26fd9cb2c0141d76bfd3cd01bb001899.tar.gz latinime-e07db71d26fd9cb2c0141d76bfd3cd01bb001899.tar.xz latinime-e07db71d26fd9cb2c0141d76bfd3cd01bb001899.zip |
Remove SupportTouchPositionCorrection from subtype extra value
Change-Id: Ieedff9ec212f5567405ca276b0f2194132ba7b0c
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 0669ee668..86c153958 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -125,12 +125,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar public static final String SUBTYPE_EXTRA_VALUE_ASCII_CAPABLE = "AsciiCapable"; /** - * The subtype extra value used to indicate that the subtype keyboard layout supports touch - * position correction. - */ - public static final String SUBTYPE_EXTRA_VALUE_SUPPORT_TOUCH_POSITION_CORRECTION = - "SupportTouchPositionCorrection"; - /** * The subtype extra value used to indicate that the subtype keyboard layout should be loaded * from the specified locale. */ |