OSDN Git Service

Fix issue #2325782 Missing location features
authorDianne Hackborn <hackbod@google.com>
Mon, 14 Dec 2009 18:49:42 +0000 (10:49 -0800)
committerDianne Hackborn <hackbod@google.com>
Mon, 14 Dec 2009 19:00:40 +0000 (11:00 -0800)
Change-Id: I56a07438b5840f530f7508b1ef4904cea737a550

data/etc/required_hardware.xml

index 05e7f8a..3ffe6b2 100644 (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" />