Wednesday 10 December 2014

Temperature Sensors in Android.

* The old temperature sensor provided a temperature reading and also returned just a single value
in values[0].This sensor usually read an internal temperature,such as at the battery.

* There is a new temperature sensor called TYPE_AMBIENT_TEMPERATURE.The new value
represents the temperature outside the device in degrees Celsius.

* The placement of the temperature sensor is device dependent,and it is possible that the temperature
readings could be impacted by the heat generated by the device itself.

No comments:

Post a Comment