am 0fcc4960: Deactivate hardware keyboard handling.
* commit '0fcc4960bcd037b7e1482098f85342743eb2ddee': Deactivate hardware keyboard handling.main
commit
b8869ec1e3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue