From 5435b8ae4136ebc23a6ce11f19138738eb02af03 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Mon, 20 Jun 2016 08:28:12 +0200 Subject: [PATCH] Let Android show a virtual navigation bar at the bottom --- src/anbox/support/boot_properties_message_processor.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/anbox/support/boot_properties_message_processor.cpp b/src/anbox/support/boot_properties_message_processor.cpp index d6b0ee9..b668eb1 100644 --- a/src/anbox/support/boot_properties_message_processor.cpp +++ b/src/anbox/support/boot_properties_message_processor.cpp @@ -61,6 +61,10 @@ void BootPropertiesMessageProcessor::list_properties() { // we don't yet support in our host channel so we have to disable // 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", }; for (const auto &prop : properties) {