Hi!
I recently bought a galaxy watch 6 and I would like to know a few things about making an application in Android Studio
1 - Can I access the heart rate sensor, that is, can I access the raw data from the smartwatch i said earlier? if yes, how can i do it?
2 - I suppose i can do it in Kotlin or Java
Thank you very much Ron, now I understand why I couldn’t access the sensor with the function “private val sensorManager: SensorManager = context.getSystemService(Context.SENSOR_SERVICE) as SensorManager
private val heartRateSensor: Sensor? = sensorManager.getDefaultSensor(Sensor.TYPE_HEART_RATE)”