Skip to content

Commit 611dea8

Browse files
author
Aravind Akella
committed
Step Counter documentation fix.
Change-Id: I04921ca2bdfd10581f5582a025de617a506035b7 (cherry picked from commit 2ba8057d92d490a2492c528d857a9e9fc521e317)
1 parent 152cc58 commit 611dea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/java/android/hardware/Sensor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ public final class Sensor {
345345
* A sensor of this type returns the number of steps taken by the user since the last reboot
346346
* while activated. The value is returned as a float (with the fractional part set to zero) and
347347
* 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
348+
* the last step for that event was taken. This sensor is implemented in hardware and is
349349
* expected to be low power.
350350
* <p>
351351
* See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.

0 commit comments

Comments
 (0)