diff options
author | Xavier Ducrohet <xav@android.com> | 2011-10-04 10:41:26 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2011-10-04 10:43:10 -0700 |
commit | fa0c8e25403290b545bb98735b1ece275c524361 (patch) | |
tree | 18e035859e7b1b4081d197d5ffbd4f10c5f966e7 /android/avd | |
parent | ee2e3ffc2d25f4491bf22f1c4483f919d5a61e4d (diff) | |
download | external_qemu-fa0c8e25403290b545bb98735b1ece275c524361.zip external_qemu-fa0c8e25403290b545bb98735b1ece275c524361.tar.gz external_qemu-fa0c8e25403290b545bb98735b1ece275c524361.tar.bz2 |
New AVD property to control presence of hw main keys.
This allows injecting a new runtime property into the system
running on the emulator to control whether to display the new
software back/home keys.
Change-Id: I2bf7cc5c291752090187463332219638e883d052
Diffstat (limited to 'android/avd')
-rw-r--r-- | android/avd/hardware-properties.ini | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 8fb51b4..a2b05df 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -14,10 +14,8 @@ # - once to implement the hardware configuration loader # (see android/avd/hw-config.h) # -# Hopefully, this file should also be read by a virtual device creation -# tool/wizard to provide a nice user interface (hence the presence of -# the 'abstract' and 'description' keys which are not currently used) -# +# It is also packaged by the SDK and parsed by tools to let the developers +# create AVDs. # # NOTE: if you remove items from this file, be sure that you do not break # the emulator build. @@ -55,6 +53,13 @@ default = yes abstract = Touch-screen support description = Whether there is a touch screen or not on the device. +# Hardware main keys (back/home) +name = hw.mainKeys +type = boolean +default = yes +abstract = Hardware Back/Home keys +description = Whether there are hardware back/home keys on the device. + # Trackball support name = hw.trackBall type = boolean |