diff options
author | Scott Main <smain@google.com> | 2012-02-09 10:09:14 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2012-02-09 12:45:16 -0800 |
commit | 52bfc243684b2f340da326aaa38e9021e4e3b2e6 (patch) | |
tree | d4f54b539bf5125f8e4f5aac3a7577cc08703559 /core/java | |
parent | 09ff04d7893a9f49e478bb732ce1ea1b17662a3b (diff) | |
download | frameworks_base-52bfc243684b2f340da326aaa38e9021e4e3b2e6.zip frameworks_base-52bfc243684b2f340da326aaa38e9021e4e3b2e6.tar.gz frameworks_base-52bfc243684b2f340da326aaa38e9021e4e3b2e6.tar.bz2 |
docs: fix misc doc bugs from external issue tracker
Change-Id: If6ff3476670e42b321d56d4a1482ccff96d4d500
Diffstat (limited to 'core/java')
-rw-r--r-- | core/java/android/hardware/SensorEvent.java | 2 | ||||
-rw-r--r-- | core/java/android/provider/Settings.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 784bcc5..51a17c1 100644 --- a/core/java/android/hardware/SensorEvent.java +++ b/core/java/android/hardware/SensorEvent.java @@ -294,7 +294,7 @@ public class SensorEvent { * <li>X is defined as the vector product <b>Y.Z</b> (It is tangential to * the ground at the device's current location and roughly points East).</li> * <li>Y is tangential to the ground at the device's current location and - * points towards the magnetic North Pole.</li> + * points towards magnetic north.</li> * <li>Z points towards the sky and is perpendicular to the ground.</li> * </ul> * diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 84b0c8b..1243251 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -1386,7 +1386,7 @@ public final class Settings { public static final int SCREEN_BRIGHTNESS_MODE_MANUAL = 0; /** - * SCREEN_BRIGHTNESS_MODE value for manual mode. + * SCREEN_BRIGHTNESS_MODE value for automatic mode. */ public static final int SCREEN_BRIGHTNESS_MODE_AUTOMATIC = 1; |