I\'m trying to display a list of available sensors but it\'s like there are not! I was thinking that it was because of the emulator, but i tried it on the phone and the re
getSensorList (int type) of SensorManager class gives a list of sensors ==> List. (To get the list of available sensors of a certain type.)
Use Sensor.TYPE_ALL to get all the sensors. Make multiple calls to get sensors of different types.