mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
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:
parent
f853d8ee7d
commit
1bfe02187f
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user