From 52bfc243684b2f340da326aaa38e9021e4e3b2e6 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 9 Feb 2012 10:09:14 -0800 Subject: docs: fix misc doc bugs from external issue tracker Change-Id: If6ff3476670e42b321d56d4a1482ccff96d4d500 --- core/java/android/hardware/SensorEvent.java | 2 +- core/java/android/provider/Settings.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android') diff --git a/core/java/android/hardware/SensorEvent.java b/core/java/android/hardware/SensorEvent.java index 784bcc535be7..51a17c1707f1 100644 --- a/core/java/android/hardware/SensorEvent.java +++ b/core/java/android/hardware/SensorEvent.java @@ -294,7 +294,7 @@ public class SensorEvent { *
  • X is defined as the vector product Y.Z (It is tangential to * the ground at the device's current location and roughly points East).
  • *
  • Y is tangential to the ground at the device's current location and - * points towards the magnetic North Pole.
  • + * points towards magnetic north. *
  • Z points towards the sky and is perpendicular to the ground.
  • * * diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 84b0c8b08abe..124325147615 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; -- cgit v1.2.3