diff options
| author | Aravind Akella <aakella@google.com> | 2014-08-20 20:09:15 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-20 16:06:26 +0000 |
| commit | be2ecae5fe44fef128e0be899a79775da7751a56 (patch) | |
| tree | db9fbe4f38724525370d0c1eddf2bf3562d9630f /core/java | |
| parent | afe7a2c9c30393c83304ad0d30a6a32072ba1845 (diff) | |
| parent | 0c44d69dc58cb36ffa4cd7aa76f16b34f6e3a5bd (diff) | |
Merge "Step Counter documentation fix." into lmp-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/hardware/Sensor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/hardware/Sensor.java b/core/java/android/hardware/Sensor.java index d60a2c27a638..b52a0c5e60a1 100644 --- a/core/java/android/hardware/Sensor.java +++ b/core/java/android/hardware/Sensor.java @@ -348,7 +348,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. * <p> * See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details. |
