diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-02 12:05:11 -0800 |
---|---|---|
committer | android code review <noreply-gerritcodereview@google.com> | 2012-03-02 12:05:12 -0800 |
commit | 7fc0c500e5bcb4fad084302d217708a7a07da452 (patch) | |
tree | f7ccf586c647b5fdb9933f7ac274b2858600a302 | |
parent | c421c06509549e9a29456d00b21176baeeb303f5 (diff) | |
parent | c0040db4365a237d67bdc7d25c02944b74f76429 (diff) | |
download | external_qemu-7fc0c500e5bcb4fad084302d217708a7a07da452.zip external_qemu-7fc0c500e5bcb4fad084302d217708a7a07da452.tar.gz external_qemu-7fc0c500e5bcb4fad084302d217708a7a07da452.tar.bz2 |
Merge "Set value of hw.keyboard "no"."
-rw-r--r-- | android/avd/hardware-properties.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index ebf2450..005c63d 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -70,7 +70,7 @@ description = Whether there is a trackball on the device. # Keyboard support (qwerty/azerty) name = hw.keyboard type = boolean -default = yes +default = no abstract = Keyboard support description = Whether the device has a QWERTY keyboard. |