I am working on a data field that behaves slightly differently between run and cycle modes. Unfortunately, I'm not seeing any way to access the current mode of the device without calling createSession(). Is this by design, or might I expect that this bit of data will be made available at some point?
It seems that an option may be to make a custom data field for each mode (i.e., CustomDataFieldBike and CustomDataFieldRun) and maintain them separately. If this is the right way to go, is there some way (manifest.xml maybe) to indicate that my custom data field is only to be used for specific activity types?
Travis