Let Android show a virtual navigation bar at the bottom
This commit is contained in:
parent
ceecb132cf
commit
5435b8ae41
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue