am 91afce93: am 9602d9ad: Fix issue #2325782 Missing location features

Merge commit '91afce93866a5fb1bafbd3407d6bc1806caf8c41' into eclair-mr2-plus-aosp

* commit '91afce93866a5fb1bafbd3407d6bc1806caf8c41':
  Fix issue #2325782 Missing location features
This commit is contained in:
Dianne Hackborn
2009-12-14 15:26:48 -08:00
committed by Android Git Automerger

View File

@@ -18,6 +18,9 @@
These are always added for you by the build system, you do not need
to add them yourself. -->
<permissions>
<feature name="android.hardware.location" />
<feature name="android.hardware.location.network" />
<feature name="android.hardware.location.gps" />
<feature name="android.hardware.sensor.compass" />
<feature name="android.hardware.sensor.accelerometer" />
<feature name="android.hardware.bluetooth" />