diff --git a/core/java/android/hardware/SensorManager.java b/core/java/android/hardware/SensorManager.java index ad4e64b9d7a73..47659a97e9c4c 100644 --- a/core/java/android/hardware/SensorManager.java +++ b/core/java/android/hardware/SensorManager.java @@ -1450,14 +1450,14 @@ public abstract class SensorManager { * Assuming that the bottom edge of the device faces the * user and that the screen is face-up, tilting the top edge * of the device toward the ground creates a positive pitch - * angle. The range of values is -π to π. + * angle. The range of values is -π/2 to π/2. *
* Applying these three rotations in the azimuth, pitch, roll order