Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0745fe83 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

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

* commit 'b8869ec1':
  Deactivate hardware keyboard handling.
parents 9413e957 b8869ec1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}