From 611dea81a2f061e3d44841a5312ad7922e03ef63 Mon Sep 17 00:00:00 2001 From: Aravind Akella Date: Tue, 19 Aug 2014 18:28:12 -0700 Subject: [PATCH] Step Counter documentation fix. Change-Id: I04921ca2bdfd10581f5582a025de617a506035b7 (cherry picked from commit 2ba8057d92d490a2492c528d857a9e9fc521e317) --- core/java/android/hardware/Sensor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/hardware/Sensor.java b/core/java/android/hardware/Sensor.java index d95bcb5cfcdc1..4de486b1ae27e 100644 --- a/core/java/android/hardware/Sensor.java +++ b/core/java/android/hardware/Sensor.java @@ -345,7 +345,7 @@ public final class Sensor { * A sensor of this type returns the number of steps taken by the user since the last reboot * while activated. The value is returned as a float (with the fractional part set to zero) and * is reset to zero only on a system reboot. The timestamp of the event is set to the time when - * 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 * expected to be low power. *

* See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.