diff options
author | 2012-03-28 04:36:27 -0700 | |
---|---|---|
committer | 2012-03-28 04:36:27 -0700 | |
commit | a501caa9a51267adefd12bc4020392cfd11bd229 (patch) | |
tree | 4caf9da369d143c893f5ae4a9a3bbc94f71a9825 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | c818ef0f351e404b6af5ba84bda0853a5e8cea85 (diff) | |
parent | e07db71d26fd9cb2c0141d76bfd3cd01bb001899 (diff) | |
download | latinime-a501caa9a51267adefd12bc4020392cfd11bd229.tar.gz latinime-a501caa9a51267adefd12bc4020392cfd11bd229.tar.xz latinime-a501caa9a51267adefd12bc4020392cfd11bd229.zip |
Merge "Remove SupportTouchPositionCorrection from subtype extra value"
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. */ |