diff options
author | Scott Main <smain@google.com> | 2010-12-20 08:52:16 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-12-20 08:54:37 -0800 |
commit | 00410256a667866b0b9d12b513688d3894140b73 (patch) | |
tree | 46bf4c6704f29cecd1572e281a8f088cbe22266c /docs | |
parent | c724f2fba330da275f46586aeb5f0ae7bd2fae99 (diff) | |
download | frameworks_base-00410256a667866b0b9d12b513688d3894140b73.zip frameworks_base-00410256a667866b0b9d12b513688d3894140b73.tar.gz frameworks_base-00410256a667866b0b9d12b513688d3894140b73.tar.bz2 |
cherrypick Change-Id: I51b73bb0bb09ef0b928efec151f55e0bf8ffc954
docs: fix typos
Change-Id: Ic31053b1a17b8b2e0842ba6077ad635e642dc705
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/sdk/android-2.3.jd | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/sdk/android-2.3.jd b/docs/html/sdk/android-2.3.jd index 33affcb..c9d5c9b 100644 --- a/docs/html/sdk/android-2.3.jd +++ b/docs/html/sdk/android-2.3.jd @@ -238,9 +238,8 @@ characteristics of each. </p> <ul> <li>New {@link android.hardware.Camera.CameraInfo} class stores a camera's positional characteristics (orientation, front-facing or back-facing).</li> -<li>New {@link android.hardware.Camera#getNumberOfCameras()}, {@link -android.hardware.Camera#getCameraInfo(int,CameraInfo) getCameraInfo()}, and -{@link android.hardware.Camera#getNumberOfCameras()} methods in the {@link +<li>New {@link android.hardware.Camera#getNumberOfCameras()} and {@link +android.hardware.Camera#getCameraInfo(int,CameraInfo) getCameraInfo()} methods in the {@link android.hardware.Camera} class let applications query for the cameras available and open the camera that they need.</li> <li>New {@link android.media.CamcorderProfile get(int,int) method lets @@ -691,7 +690,7 @@ Screens</a>.</li> <li><code>"reverseLandscape"</code> — The Activity would like to have the screen in landscape orientation, turned in the opposite direction from normal landscape.</li> -<li><code>"reversePortait"</code> — The Activity would like to have the +<li><code>"reversePortrait"</code> — The Activity would like to have the screen in portrait orientation, turned in the opposite direction from normal portrait.</li> <li><code>"sensorLandscape"</code> — The Activity would like to have the |