diff options
| -rw-r--r-- | data/etc/wearable_core_hardware.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/etc/wearable_core_hardware.xml b/data/etc/wearable_core_hardware.xml index 346abad2d0..7c9e8efd8b 100644 --- a/data/etc/wearable_core_hardware.xml +++ b/data/etc/wearable_core_hardware.xml @@ -22,7 +22,8 @@ --> <permissions> <feature name="android.hardware.location" /> - <feature name="android.hardware.sensor.compass" /> + <!-- devices supporting compass/magnitometer sensor must include + android.hardware.sensor.compass.xml --> <feature name="android.hardware.sensor.accelerometer" /> <feature name="android.hardware.bluetooth" /> <feature name="android.hardware.touchscreen" /> |