Merge "[DO NOT MERGE] Deactivate H/W keyboard handling" into jb-mr2-dev
commit
8067b769f1
|
@ -28,5 +28,5 @@ public final class ProductionFlag {
|
||||||
// for any released build.
|
// for any released build.
|
||||||
public static final boolean IS_EXPERIMENTAL_DEBUG = false;
|
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 New Issue