Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c37e99e authored by Sandeep Siddhartha's avatar Sandeep Siddhartha Committed by Android (Google) Code Review
Browse files

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

parents e3db14ca 4d928c3d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;
}