Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee345428 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am e7eeace5: am ec12ae99: am 79cfde69: am 52bfc243: docs: fix misc doc bugs...

am e7eeace5: am ec12ae99: am 79cfde69: am 52bfc243: docs: fix misc doc bugs from external issue tracker

* commit 'e7eeace5':
  docs: fix misc doc bugs from external issue tracker
parents 1633bd9c e7eeace5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
     *
+1 −1
Original line number Diff line number Diff line
@@ -1412,7 +1412,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;

+0 −8
Original line number Diff line number Diff line
@@ -233,13 +233,5 @@ to emulate:</p>

      <td>hw.lcd.density</td>
    </tr>

    <tr>
      <td>Trackball support</td>

      <td>Whether there is a trackball present.</td>

      <td>hw.trackBall</td>
    </tr>
  </table>
+3 −2
Original line number Diff line number Diff line
@@ -179,8 +179,9 @@ page.title=Managing Projects

    <dd>Customizable computer-specific properties for the build system. If you use Ant to build
    the project, this contains the path to the SDK installation. Because the content of the file
    is specific to the local installation of the SDK, maintained it in a source
    revision control system. If you use Eclipse, this file is not used.</dd>
    is specific to the local installation of the SDK, the <code>local.properties</code> should not
be maintained in a source revision control system. If you use Eclipse, this file is not
used.</dd>

    <dt><code>ant.properties</code></dt>

+2 −2
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ performing transactions with the provider doesn't need to and instead calls meth
android.content.ContentResolver} object. This leaves a layer of abstraction between the content
provider and the component requesting information (for security).</p>

<p>There are separate methods for activiting each type of component:</p>
<p>There are separate methods for activating each type of component:</p>
<ul>
  <li>You can start an activity (or give it something new to do) by
passing an {@link android.content.Intent} to {@link android.content.Context#startActivity
@@ -400,7 +400,7 @@ href="{@docRoot}guide/appendix/api-levels.html">API Level</a> 7), you should dec
requirements in your manifest file. That way, devices that do <em>not</em> have a camera and have an
Android version <em>lower</em> than 2.1 cannot install your application from Android Market.</p>

<p>However, you can also declare that your applicaiton uses the camera, but does not
<p>However, you can also declare that your application uses the camera, but does not
<em>require</em> it. In that case, your application must perform a check at runtime to determine
if the device has a camera and disable any features that use the camera if one is not available.</p>

Loading