summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2014-09-12 15:49:32 -0700
committerUnsuk Jung <unsuk@google.com>2014-09-12 15:49:32 -0700
commitedaee1a92740160abc2fd9913caae56d46e7715a (patch)
tree093c73a87e8079988a1a31ef10a4d6b8a49e953e
parent70b9e6c8f3221bbbeefc85c70746541a5b318afc (diff)
downloadframeworks_native-edaee1a92740160abc2fd9913caae56d46e7715a.zip
frameworks_native-edaee1a92740160abc2fd9913caae56d46e7715a.tar.gz
frameworks_native-edaee1a92740160abc2fd9913caae56d46e7715a.tar.bz2
Fix typo for android.hardware.audio.output feature in handheld device config
Bug: 15318046 Change-Id: I6437a2e87a909a8ef4ce6fcdc56ff06c5599a15a
-rw-r--r--data/etc/handheld_core_hardware.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml
index 7d70a5d..7119452 100644
--- a/data/etc/handheld_core_hardware.xml
+++ b/data/etc/handheld_core_hardware.xml
@@ -23,7 +23,7 @@
devices.
-->
<permissions>
- <feature name="andriod.hardware.audio.output" />
+ <feature name="android.hardware.audio.output" />
<feature name="android.hardware.camera" />
<feature name="android.hardware.location" />
<feature name="android.hardware.location.network" />