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

Commit 92eaa6fc authored by Jean Chalard's avatar Jean Chalard
Browse files

[DO NOT MERGE] Deactivate H/W keyboard handling

For MR2, LatinIME should not be handling hardware keyboard
events. The feature is still work in progress.

Change-Id: I56ff18bff84ba6b5a6bc3f8829b42eaf33b72554
parent 998a1748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,5 +29,5 @@ public final class ProductionFlag {
    // for any released build.
    public static final boolean IS_EXPERIMENTAL_DEBUG = false;

    public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = true;
    public static final boolean IS_HARDWARE_KEYBOARD_SUPPORTED = false;
}