We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152cc58 commit 611dea8Copy full SHA for 611dea8
1 file changed
core/java/android/hardware/Sensor.java
@@ -345,7 +345,7 @@ public final class Sensor {
345
* A sensor of this type returns the number of steps taken by the user since the last reboot
346
* while activated. The value is returned as a float (with the fractional part set to zero) and
347
* is reset to zero only on a system reboot. The timestamp of the event is set to the time when
348
- * the first step for that event was taken. This sensor is implemented in hardware and is
+ * the last step for that event was taken. This sensor is implemented in hardware and is
349
* expected to be low power.
350
* <p>
351
* See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.
0 commit comments