Skip to content
Snippets Groups Projects
Commit c741f1f8 authored by Jean Chalard's avatar Jean Chalard
Browse files

[DO NOT MERGE] Activate hardware keyboard handling

Change-Id: Ifdec9338a454291621b2b87c899f5d4301480b27
parent 5779bc91
No related branches found
No related tags found
No related merge requests found
......@@ -28,5 +28,5 @@ public final class ProductionFlag {
// 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 IS_HARDWARE_KEYBOARD_SUPPORTED = false;
public static final boolean IS_HARDWARE_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