summaryrefslogtreecommitdiffstats
path: root/data/etc
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-12-14 10:49:42 -0800
committerDianne Hackborn <hackbod@google.com>2009-12-14 11:00:40 -0800
commit9602d9adf456410a5bfc4268f55adc1b7ab0efa8 (patch)
treed6c3ab391f7b721afb324779cf6848ef5a9c70fb /data/etc
parentda4cc34308d65730c404b669926a92e37b378555 (diff)
downloadframeworks_base-9602d9adf456410a5bfc4268f55adc1b7ab0efa8.zip
frameworks_base-9602d9adf456410a5bfc4268f55adc1b7ab0efa8.tar.gz
frameworks_base-9602d9adf456410a5bfc4268f55adc1b7ab0efa8.tar.bz2
Fix issue #2325782 Missing location features
Change-Id: I56a07438b5840f530f7508b1ef4904cea737a550
Diffstat (limited to 'data/etc')
-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 05e7f8a..3ffe6b2 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" />