summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndriy Naborskyy2016-04-13 21:54:14 -0500
committerAndriy Naborskyy2016-04-13 21:54:14 -0500
commit7c5f26cc445298e936420a5963a1e750aa881137 (patch)
tree971221d60e6a1c30cd79f064028bd5ee5dd436b3
parentf6d2288e5893b17639dbd36338ffc4a84a184425 (diff)
downloadframeworks-native-7c5f26cc445298e936420a5963a1e750aa881137.tar.gz
frameworks-native-7c5f26cc445298e936420a5963a1e750aa881137.tar.xz
frameworks-native-7c5f26cc445298e936420a5963a1e750aa881137.zip
remove compass from default wearable_core_hardware.xml
The compass is not a required Android Wear sensor. BUG: 22854370 Change-Id: Ibe3cb1a80bab59cee294a34aa3331fb92a5ca0d6
-rw-r--r--data/etc/wearable_core_hardware.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/etc/wearable_core_hardware.xml b/data/etc/wearable_core_hardware.xml
index 346abad2d..7c9e8efd8 100644
--- a/data/etc/wearable_core_hardware.xml
+++ b/data/etc/wearable_core_hardware.xml
@@ -22,7 +22,8 @@
22--> 22-->
23<permissions> 23<permissions>
24 <feature name="android.hardware.location" /> 24 <feature name="android.hardware.location" />
25 <feature name="android.hardware.sensor.compass" /> 25 <!-- devices supporting compass/magnitometer sensor must include
26 android.hardware.sensor.compass.xml -->
26 <feature name="android.hardware.sensor.accelerometer" /> 27 <feature name="android.hardware.sensor.accelerometer" />
27 <feature name="android.hardware.bluetooth" /> 28 <feature name="android.hardware.bluetooth" />
28 <feature name="android.hardware.touchscreen" /> 29 <feature name="android.hardware.touchscreen" />