am a4ac1855: Merge "Add a new production flag for Cursor/Anchor monitor"

* commit 'a4ac18551f6bf6ca7ee84139e8cea3656a4a8b86':
  Add a new production flag for Cursor/Anchor monitor
main
Yohei Yukawa 2014-04-09 12:39:37 +00:00 committed by Android Git Automerger
commit 8225873e14
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@ public final class ProductionFlag {
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false;
// When true, enable {@link InputMethodService#onUpdateCursor} callback with
// {@link InputMethodService#setCursorAnchorMonitorMode}, which is not yet available in
// API level 19. Do not turn this on in production until the new API becomes publicly
// available.
public static final boolean USES_CURSOR_ANCHOR_MONITOR = false;
// Include all suggestions from all dictionaries in {@link SuggestedWords#mRawSuggestions}.
public static final boolean INCLUDE_RAW_SUGGESTIONS = false;
}