aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable/src/com/android
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2014-10-06 19:32:01 +0900
committerYohei Yukawa <yukawa@google.com>2014-10-06 19:39:13 +0900
commit81c2dfe9c64f07b553b6573525e4285f2a8ab199 (patch)
treec54a73f85475fd005f962a7121281584214111cb /java-overridable/src/com/android
parent8b24e7abde6702f3af557fc411d18edc34528496 (diff)
downloadlatinime-81c2dfe9c64f07b553b6573525e4285f2a8ab199.tar.gz
latinime-81c2dfe9c64f07b553b6573525e4285f2a8ab199.tar.xz
latinime-81c2dfe9c64f07b553b6573525e4285f2a8ab199.zip
Remove ENABLE_CURSOR_ANCHOR_INFO_CALLBACK
We can now start relying on L APIs even in unbundled release. This means ENABLE_CURSOR_ANCHOR_INFO_CALLBACK can be always true. Hence we simply remove it. Change-Id: I0353e992e97e252059f83accea100504594bf171
Diffstat (limited to 'java-overridable/src/com/android')
-rw-r--r--java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
index 9d7258de7..5738ea2b2 100644
--- a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
+++ b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
@@ -24,14 +24,6 @@ public final class ProductionFlags {
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false;
/**
- * When true, enable {@link InputMethodService#onUpdateCursorAnchorInfo} callback via
- * {@link InputConnection#requestUpdateCursorAnchorInfo}. This flag has no effect in API
- * Level 20 and prior. In general, this callback provides detailed positional information,
- * even though an explicit support is required by the editor.
- */
- public static final boolean ENABLE_CURSOR_ANCHOR_INFO_CALLBACK = true;
-
- /**
* Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}.
*/
public static final boolean INCLUDE_RAW_SUGGESTIONS = false;