diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 6212e1b7bbc16..2c5c9090eb14b 100644 --- a/core/java/android/hardware/SensorEvent.java +++ b/core/java/android/hardware/SensorEvent.java @@ -84,14 +84,14 @@ public class SensorEvent { * sensor itself (Fs) using the relation: *

* - *
Ad = - ·Fs / mass
+ *
Ad = - ∑Fs / mass
* *

* In particular, the force of gravity is always influencing the measured * acceleration: *

* - *
Ad = -g - ·F / mass
+ *
Ad = -g - ∑F / mass
* *

* For this reason, when the device is sitting on a table (and obviously not