From 612ff27425cf2976396d992f32b58ab900c7d708 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 6 Sep 2010 19:22:09 -0700 Subject: Quell annoying Java ascii/unicode warning. This fix is already in master, so just cherry-picking it here too. Change-Id: I28c57171aa3e55933c3e98555575a074b25b2b2a --- core/java/android/hardware/SensorEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/hardware') diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 6212e1b..2c5c909 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 -- cgit v1.1