* commit '0745fe83d4033bdeec807a12fea1da29b41c8a99': Deactivate hardware keyboard handling.
This commit is contained in:
commit
bfd7dcd5b2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue