am 22bf1711: Merge "add productionFlag for checking split keyboard status"
* commit '22bf1711130b4a396b5e5d0d5d9a27cd5d92dadd': add productionFlag for checking split keyboard statusmain
commit
7be2cc03d3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue