diff options
| author | 2009-12-14 11:59:10 -0800 | |
|---|---|---|
| committer | 2009-12-14 11:59:10 -0800 | |
| commit | 91afce93866a5fb1bafbd3407d6bc1806caf8c41 (patch) | |
| tree | c08e8631621bf797b19a1c7588d0381e81a6e917 | |
| parent | 59e03a0a4d62f214cf5cfab49f16223f89670f2a (diff) | |
| parent | 9602d9adf456410a5bfc4268f55adc1b7ab0efa8 (diff) | |
am 9602d9ad: Fix issue #2325782 Missing location features
Merge commit '9602d9adf456410a5bfc4268f55adc1b7ab0efa8' into eclair-mr2
* commit '9602d9adf456410a5bfc4268f55adc1b7ab0efa8':
Fix issue #2325782 Missing location features
| -rw-r--r-- | data/etc/required_hardware.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/etc/required_hardware.xml b/data/etc/required_hardware.xml index 05e7f8aeb320..3ffe6b24ee96 100644 --- a/data/etc/required_hardware.xml +++ b/data/etc/required_hardware.xml @@ -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" /> |