I'm trying to build a simple data field to display pace from footpod.
But when I add the Sensor permission to the manifest.xml, it says:
BUILD: ERROR: The following permission is invalid for a Data Field: Sensor
SDK ver 1.1.1
The sensors module is for controlling the users paired sensors and is only available to the Widget and WatchApp types. We cannot allow a data field to modify the sensors a user has configured for an activity. Data Fields can access activity data from the Activity module. Most of the sensor data is available there.