am 9602d9ad: Fix issue #2325782 Missing location features

Merge commit '9602d9adf456410a5bfc4268f55adc1b7ab0efa8' into eclair-mr2

* commit '9602d9adf456410a5bfc4268f55adc1b7ab0efa8':
  Fix issue #2325782 Missing location features
This commit is contained in:
Dianne Hackborn
2009-12-14 11:59:10 -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 These are always added for you by the build system, you do not need
to add them yourself. --> to add them yourself. -->
<permissions> <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.compass" />
<feature name="android.hardware.sensor.accelerometer" /> <feature name="android.hardware.sensor.accelerometer" />
<feature name="android.hardware.bluetooth" /> <feature name="android.hardware.bluetooth" />