diff options
Diffstat (limited to 'data/etc/required_hardware.xml')
-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 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" /> |