Skip to content
Snippets Groups Projects
Commit bfd7dcd5 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 0745fe83: am b8869ec1: am 0fcc4960: Deactivate hardware keyboard handling.

* commit '0745fe83':
  Deactivate hardware keyboard handling.
parents b08506c2 0745fe83
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 = true;
public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false;
}
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