I'm trying to write a watch face that makes use of the Altitude sensor (barometer).
I've added the Sensor (& Background) permission(s) to the manifest but when I call
Sensor.setEnabledSensors([Sensor.SENSOR_HEARTRATE]);
I get this error: `Permission requiredFailed invoking <symbol>Permission Required` when I run my app in the simulator (fenix 3).
Additoinally I don't see a constant Sensor.SENSOR_ALTIDUE ... how should I enable it using the above syntax?