commit | 22bf1711130b4a396b5e5d0d5d9a27cd5d92dadd | [log] [tgz] |
---|---|---|
author | Jatin Matani <jatinm@google.com> | Thu Sep 11 05:40:15 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Sep 11 05:40:15 2014 +0000 |
tree | e3311c64d12ff392a2ea7d529791afcede31c9f8 | |
parent | fd969281753c4a2de02a6b502ac704da9c0abf05 [diff] | |
parent | f16c6326c1c8825c11967289311e67267273e5ef [diff] |
Merge "add productionFlag for checking split keyboard status"
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 5ab1264..c22c577 100644 --- a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java +++ b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
@@ -40,4 +40,9 @@ * When false, the metrics logging is not yet ready to be enabled. */ public static final boolean IS_METRICS_LOGGING_SUPPORTED = false; + + /** + * When {@code false}, the split keyboard is not yet ready to be enabled. + */ + public static final boolean IS_SPLIT_KEYBOARD_SUPPORTED = true; }