summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dianne Hackborn <hackbod@google.com> 2009-12-14 10:49:42 -0800
committer Dianne Hackborn <hackbod@google.com> 2009-12-14 11:00:40 -0800
commit9602d9adf456410a5bfc4268f55adc1b7ab0efa8 (patch)
treed6c3ab391f7b721afb324779cf6848ef5a9c70fb
parentda4cc34308d65730c404b669926a92e37b378555 (diff)
Fix issue #2325782 Missing location features
Change-Id: I56a07438b5840f530f7508b1ef4904cea737a550
-rw-r--r--data/etc/required_hardware.xml3
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" />