Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 265bbb56 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 610247fb: Merge "Fix for build breakage. Correcting the documentatation...

am 610247fb: Merge "Fix for build breakage. Correcting the documentatation link in Sensor.java. I added a wrong link {@link #SENSOR_TYPE_ROTATION_VECTOR} instead of {@link #TYPE_ROTATION_VECTOR}."

* commit '610247fb':
  Fix for build breakage. Correcting the documentatation link in Sensor.java. I added a wrong link {@link #SENSOR_TYPE_ROTATION_VECTOR} instead of {@link #TYPE_ROTATION_VECTOR}.
parents b9f16399 610247fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public final class Sensor {
    /**
     * A constant describing the geo-magnetic rotation vector.
     * <p>
     * Similar to {@link #SENSOR_TYPE_ROTATION_VECTOR}, but using a magnetometer instead of using a
     * Similar to {@link #TYPE_ROTATION_VECTOR}, but using a magnetometer instead of using a
     * gyroscope. This sensor uses lower power than the other rotation vectors, because it doesn't
     * use the gyroscope. However, it is more noisy and will work best outdoors.
     * <p>