[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
main
Jean Chalard 2013-03-12 14:22:06 +09:00
parent 998a1748b6
commit 92eaa6fc7c
1 changed files with 1 additions and 1 deletions

View File

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