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

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
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;
}