Loading core/java/android/hardware/SensorEvent.java +1 −1 Original line number Diff line number Diff line Loading @@ -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> * Loading core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading docs/html/guide/developing/devices/managing-avds.jd +0 −8 Original line number Diff line number Diff line Loading @@ -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> docs/html/guide/developing/projects/index.jd +3 −2 Original line number Diff line number Diff line Loading @@ -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> Loading docs/html/guide/topics/fundamentals.jd +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading
core/java/android/hardware/SensorEvent.java +1 −1 Original line number Diff line number Diff line Loading @@ -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> * Loading
core/java/android/provider/Settings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
docs/html/guide/developing/devices/managing-avds.jd +0 −8 Original line number Diff line number Diff line Loading @@ -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>
docs/html/guide/developing/projects/index.jd +3 −2 Original line number Diff line number Diff line Loading @@ -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> Loading
docs/html/guide/topics/fundamentals.jd +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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