diff options
Diffstat (limited to 'android/avd/hardware-properties.ini')
-rw-r--r-- | android/avd/hardware-properties.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 6b5caae..7d2e7f6 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -57,6 +57,10 @@ description = Whether the device has a QWERTY keyboard. # (I.e. can the qwerty keyboard be closed/hidden or opened/visible) # this will be ignored if hw.keyboard is false # +# NOTE: As a special case, the default value will be 'false' if the +# AVD targets API level 12 or higher. See hwConfig_init() +# in external/qemu/android/avd/hw-config.c for more details. +# name = hw.keyboard.lid type = boolean default = yes |