What kind of pressure does it measure? Air pressure? Finger pressure on the touchscreen?
|
Some devices, like the Motorola Xoom, the Sony Ericsson Xperia Active and the Galaxy Nexus, have an air pressure sensor built into them that measures the barometric air pressure. I have the Barometer HD app installed on my Xoom which seems to give roughly the same reading as my Suunto electronic barometer. Support for a barometer pressure (and other environmental) sensor was added in Android 2.3 To follow the trend of linking to the related developer resource, I believe this is a TYPE_PRESSURE sensor. See also this related StackOverflow question Android devices with pressure sensor, and this Gizmodo article for some of the possible uses for the barometer, which includes helping the device to calculate your altitude in GPS apps. |
||||
|
|
|
It measures finger pressure on the touchscreen. Source: http://developer.android.com/reference/android/view/MotionEvent.html#getPressure(int) |
|||||||
|
