[DO NOT MERGE] Activate hardware keyboard handling
Change-Id: Ifdec9338a454291621b2b87c899f5d4301480b27main
parent
5779bc91e6
commit
c741f1f83b
|
@ -28,5 +28,5 @@ public final class ProductionFlag {
|
||||||
// USES_DEVELOPMENT_ONLY_DIAGNOSTICS must be false for any production build.
|
// USES_DEVELOPMENT_ONLY_DIAGNOSTICS must be false for any production build.
|
||||||
public static final boolean USES_DEVELOPMENT_ONLY_DIAGNOSTICS_DEBUG = false;
|
public static final boolean USES_DEVELOPMENT_ONLY_DIAGNOSTICS_DEBUG = false;
|
||||||
|
|
||||||
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false;
|
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue