Having trouble reading heart rate sensor from Moto 360 - Android Wear

后端 未结 6 871
悲&欢浪女
悲&欢浪女 2021-01-01 01:47

Has anyone successfully read the heart rate sensor from the Moto 360?

mSensorManager = ((SensorManager)getSystemService(SENSOR_SERVICE));
mHeartRateSensor =          


        
6条回答
  •  隐瞒了意图╮
    2021-01-01 02:53

    I am doing the same on my Moto 360 and I get the sensor and the heart rate. Did you put the permission for the body data:

    uses-permission android:name="android.permission.BODY_SENSORS"

    in your Manifest.xml?

提交回复
热议问题