diff options
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 |
commit | 9602d9adf456410a5bfc4268f55adc1b7ab0efa8 (patch) | |
tree | d6c3ab391f7b721afb324779cf6848ef5a9c70fb /data | |
parent | da4cc34308d65730c404b669926a92e37b378555 (diff) | |
download | frameworks_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')
-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" /> |