Multiple choice technology platforms and products

Each sensor in Android Sensor API is uniquely represented by its own integer Id

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

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.