Bug 1718341 - Enable keyboard in Android AVDs. r=nalexander

Just noticed that the emulators don't have the keyboard enabled, which makes it
very annoying to test stuff locally.

Differential Revision: https://phabricator.services.mozilla.com/D120100
This commit is contained in:
Agi Sferro 2021-07-22 17:38:43 +00:00
parent f853d8ee7d
commit 1bfe02187f
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
"-prop", "ro.test_harness=true"
],
"emulator_extra_config": {
"hw.keyboard": "yes",
"hw.lcd.density": "320",
"disk.dataPartition.size": "4000MB",
"sdcard.size": "600M"

View File

@ -18,6 +18,7 @@
"-prop", "ro.test_harness=true"
],
"emulator_extra_config": {
"hw.keyboard": "yes",
"hw.lcd.density": "320",
"disk.dataPartition.size": "4000MB",
"sdcard.size": "600M"