Disable virtual key support
We may enable this again later conditionally on what the device we're running on supports.
This commit is contained in:
parent
c3537b9b11
commit
abf9fa122a
1 changed files with 2 additions and 3 deletions
|
|
@ -61,9 +61,8 @@ void BootPropertiesMessageProcessor::list_properties() {
|
|||
// those things here.
|
||||
"ro.hwui.use_gpu_pixel_buffers=0",
|
||||
|
||||
// This will give us a virtual on screen navigation area at the bottom
|
||||
// of the screen we really need to navigate through the system.
|
||||
"qemu.hw.mainkeys=0",
|
||||
// Disable on-screen virtual keys as we can use the hardware keyboard
|
||||
"qemu.hw.mainkeys=1",
|
||||
|
||||
// To let surfaceflinger load our hwcomposer implementation we specify
|
||||
// the correct subkey of the module here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue