summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2010-12-20 11:33:41 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-12-20 11:33:41 -0800
commit346a6b2142ab3fe4e5c390bb28ed76feb457eb6e (patch)
tree0ff16f1730935dd6cb128489942aacc063dd2ab4 /docs/html/sdk
parent8fcc0d7cffbf4eb8b3ed6159fb4530362cd3c1ba (diff)
parente1df8e9be8e3a9969cf0d3594946abe0aa410c1e (diff)
downloadframeworks_base-346a6b2142ab3fe4e5c390bb28ed76feb457eb6e.zip
frameworks_base-346a6b2142ab3fe4e5c390bb28ed76feb457eb6e.tar.gz
frameworks_base-346a6b2142ab3fe4e5c390bb28ed76feb457eb6e.tar.bz2
am e1df8e9b: am 00410256: cherrypick Change-Id: I51b73bb0bb09ef0b928efec151f55e0bf8ffc954 docs: fix typos
* commit 'e1df8e9be8e3a9969cf0d3594946abe0aa410c1e': cherrypick Change-Id: I51b73bb0bb09ef0b928efec151f55e0bf8ffc954 docs: fix typos
Diffstat (limited to 'docs/html/sdk')
-rw-r--r--docs/html/sdk/android-2.3.jd7
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 a0b7c99..e00674f 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> &mdash; The Activity would like to have the
screen in landscape orientation, turned in the opposite direction from normal
landscape.</li>
-<li><code>"reversePortait"</code> &mdash; The Activity would like to have the
+<li><code>"reversePortrait"</code> &mdash; The Activity would like to have the
screen in portrait orientation, turned in the opposite direction from normal
portrait.</li>
<li><code>"sensorLandscape"</code> &mdash; The Activity would like to have the