Sensors in Android are NOT uniquely identified by integer IDs. They are identified by sensor type constants (like Sensor.TYPE_ACCELEROMETER) and an integer handle that can vary between devices. Multiple sensors of the same type exist, requiring additional identification beyond a simple unique integer ID.