From abf9fa122a0c209d720ed20fa2be980d0e8a5aa7 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 15 Sep 2016 12:47:56 +0200 Subject: [PATCH] Disable virtual key support We may enable this again later conditionally on what the device we're running on supports. --- src/anbox/qemu/boot_properties_message_processor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/anbox/qemu/boot_properties_message_processor.cpp b/src/anbox/qemu/boot_properties_message_processor.cpp index 1c11f11..112c426 100644 --- a/src/anbox/qemu/boot_properties_message_processor.cpp +++ b/src/anbox/qemu/boot_properties_message_processor.cpp @@ -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.