diff options
author | Scott Main <smain@google.com> | 2012-02-09 12:48:08 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-02-09 12:48:08 -0800 |
commit | 79cfde69fdd9952d51d4d9915c8b7fca98331e2c (patch) | |
tree | 3be6e9a647b29c2fad029383ce55cc1f7ccb2b96 /core/java | |
parent | 02beef8445fbf45b4dfc2472275dc5b49bb41a50 (diff) | |
parent | 52bfc243684b2f340da326aaa38e9021e4e3b2e6 (diff) | |
download | frameworks_base-79cfde69fdd9952d51d4d9915c8b7fca98331e2c.zip frameworks_base-79cfde69fdd9952d51d4d9915c8b7fca98331e2c.tar.gz frameworks_base-79cfde69fdd9952d51d4d9915c8b7fca98331e2c.tar.bz2 |
am 52bfc243: docs: fix misc doc bugs from external issue tracker
* commit '52bfc243684b2f340da326aaa38e9021e4e3b2e6':
docs: fix misc doc bugs from external issue tracker
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; |