Merge "[DO NOT MERGE] Deactivate H/W keyboard handling" into jb-mr2-dev
This commit is contained in:
commit
8067b769f1
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue