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

Commit 7be2cc03 authored by Jatin Matani's avatar Jatin Matani Committed by Android Git Automerger
Browse files

am 22bf1711: Merge "add productionFlag for checking split keyboard status"

* commit '22bf1711':
  add productionFlag for checking split keyboard status
parents 8b7a49e3 22bf1711
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,4 +40,9 @@ public final class ProductionFlags {
     * 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;
}