am 0c37e99e: Merge "Add a production flag for account sign-in"
* commit '0c37e99e128c5af82df523608ca9be8cb86786df': Add a production flag for account sign-inmain
commit
87c7d212e7
|
@ -45,4 +45,9 @@ public final class ProductionFlags {
|
||||||
* When {@code false}, the split keyboard is not yet ready to be enabled.
|
* When {@code false}, the split keyboard is not yet ready to be enabled.
|
||||||
*/
|
*/
|
||||||
public static final boolean IS_SPLIT_KEYBOARD_SUPPORTED = true;
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue