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

Commit 04d261f3 authored by Jon Dormody's avatar Jon Dormody Committed by Android (Google) Code Review
Browse files

Merge "Docs: Added a link to the Motion Sensor docs for information on gravity...

Merge "Docs: Added a link to the Motion Sensor docs for information on gravity values and calculating alpha. Test: make ds-docs Bug: 6442659" into oc-mr1-dev
parents f8f6d0a8 69151702
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ import android.os.Build;

/**
 * Class representing a sensor. Use {@link SensorManager#getSensorList} to get
 * the list of available Sensors.
 * the list of available sensors. For more information about Android sensors,
 * read the
 * <a href="/guide/topics/sensors/sensors_motion.html">Motion Sensors guide</a>.</p>
 *
 * @see SensorManager
 * @see SensorEventListener