Skip to content
Snippets Groups Projects
Commit f16c6326 authored by Jatin Matani's avatar Jatin Matani
Browse files

add productionFlag for checking split keyboard status

Change-Id: Ic999c9b0b2c116858801b8c38363c956de6d5faf
parent 4634b75d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment