In API Level 24, the Android Sensor framework added support for additional info. This sub-hal supports "placement" as one of the additional info frames. Can we also add temperature as possible additional info frame?
I imagine this would have to be dependent on the specific MEMS being used, as not all of them an report temperature. Perhaps this can somehow be configured in "SupportedSensors" (there is a "InternalTemperature" sensor object).
In API Level 24, the Android Sensor framework added support for additional info. This sub-hal supports "placement" as one of the additional info frames. Can we also add temperature as possible additional info frame?
I imagine this would have to be dependent on the specific MEMS being used, as not all of them an report temperature. Perhaps this can somehow be configured in "SupportedSensors" (there is a "InternalTemperature" sensor object).
Thanks!