How to test for presence of cadence sensor without requiring the user to be pedaling?
If I use Sensor it will always report not null.
If I use Activity it will return null even if sensor is present and has returned a value.
I don't understand what you mean by setEnabledSensors() will tell you what is paired. Is it not that you tell setEnabledSensors(array) what to try and pair?