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:
Simon Fels 2016-09-15 12:47:56 +02:00
commit abf9fa122a

View file

@ -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.