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

am: 04d261f309

Change-Id: I15d0773c820591f153c67382b8826131eb88f98a
This commit is contained in:
Jon Dormody
2018-01-29 19:34:59 +00:00
committed by android-build-merger

View File

@@ -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