diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 45d4c09921a64..f68fb9d5db566 100644 --- a/core/java/android/hardware/SensorEvent.java +++ b/core/java/android/hardware/SensorEvent.java @@ -664,16 +664,20 @@ public class SensorEvent { * The first three elements provide the transform from the (arbitrary, possibly slowly drifting) * reference frame to the head frame. The magnitude of this vector is in range [0, π] * radians, while the value of individual axes is in range [-π, π]. The next three - * elements provide the estimated rotational velocity of the user's head relative to itself, in - * radians per second. + * elements optionally provide the estimated rotational velocity of the user's head relative to + * itself, in radians per second. If a given sensor does not support determining velocity, these + * elements are set to 0. * * * *

{@link android.hardware.Sensor#TYPE_ACCELEROMETER_LIMITED_AXES