aboutsummaryrefslogtreecommitdiffstats
path: root/java-overridable/src/com
diff options
context:
space:
mode:
authorSandeep Siddhartha <sansid@google.com>2014-09-16 23:00:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-16 23:00:37 +0000
commit0c37e99e128c5af82df523608ca9be8cb86786df (patch)
tree3cae6aa7df574afe0c2b65c9471d0d488b9b218e /java-overridable/src/com
parente3db14ca0959eb518b83dc058e51b60e50bdfb62 (diff)
parent4d928c3d0085209b7a2e5646cca2b6e3640c5f18 (diff)
downloadlatinime-0c37e99e128c5af82df523608ca9be8cb86786df.tar.gz
latinime-0c37e99e128c5af82df523608ca9be8cb86786df.tar.xz
latinime-0c37e99e128c5af82df523608ca9be8cb86786df.zip
Merge "Add a production flag for account sign-in"
Diffstat (limited to 'java-overridable/src/com')
-rw-r--r--java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java5
1 files changed, 5 insertions, 0 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 c22c5770f..9d7258de7 100644
--- a/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
+++ b/java-overridable/src/com/android/inputmethod/latin/define/ProductionFlags.java
@@ -45,4 +45,9 @@ public final class ProductionFlags {
* When {@code false}, the split keyboard is not yet ready to be enabled.
*/
public static final boolean IS_SPLIT_KEYBOARD_SUPPORTED = true;
+
+ /**
+ * When {@code false}, account sign-in in keyboard is not yet ready to be enabled.
+ */
+ public static final boolean ENABLE_ACCOUNT_SIGN_IN = false;
}