Merge "Add a production flag for account sign-in"

main
Sandeep Siddhartha 2014-09-16 23:00:36 +00:00 committed by Android (Google) Code Review
commit 0c37e99e12
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}