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
The constant SensorManager.SENSOR_ALL is deprecated and doesn't seem to work anymore.
Query the sensor list with Sensor.TYPE_ALL instead and it should work (my emulator returns a "Goldfish 3-axis Accelerometer").