Let Android show a virtual navigation bar at the bottom

This commit is contained in:
Simon Fels 2016-06-20 08:28:12 +02:00
commit 5435b8ae41

View file

@ -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) {