summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-11-02 12:05:51 -0700
committerScott Main <smain@google.com>2011-11-02 12:05:51 -0700
commitaea8d8500395f7e7dce3f670933f7aaf02be7b11 (patch)
treeb1314d17ca8342b1dfb970959055a7ff0e22a074
parent953005e8243e4dc898a00d9a1612ae82772913b9 (diff)
downloadbase-aea8d8500395f7e7dce3f670933f7aaf02be7b11.tar.gz
docs: a couple typos
bugs 5552478 5553096 Change-Id: Ibeafacd446edf99096e125f5dfaa7c13a6ab1776
-rw-r--r--docs/html/sdk/android-4.0.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/android-4.0.jd b/docs/html/sdk/android-4.0.jd
index 2ccc927196cb..e886bdf9ff74 100644
--- a/docs/html/sdk/android-4.0.jd
+++ b/docs/html/sdk/android-4.0.jd
@@ -518,7 +518,7 @@ the device does not support the corresponding feature.</p>
<p>To specify the focus or metering areas to use, simply call {@link
android.hardware.Camera.Parameters#setFocusAreas setFocusAreas()} or {@link
-android.hardware.Camera.Parameters#setFocusAreas setMeteringAreas()}. Each take a {@link
+android.hardware.Camera.Parameters#setMeteringAreas setMeteringAreas()}. Each take a {@link
java.util.List} of {@link android.hardware.Camera.Area} objects that indicate the areas to consider
for focus or metering. For example, you might implement a feature that allows the user to set the
focus area by touching an area of the preview, which you then translate to an {@link
@@ -1028,7 +1028,7 @@ href="{@docRoot}resources/samples/TtsEngine/index.html">Text To Speech Engine</a
<p>Android 4.0 gives users precise visibility of how much network data their applications are using.
The Settings app provides controls that allow users to manage set limits for network data usage and
even disable the use of background data for individual apps. In order to avoid users disabling your
-app’s access to data from the background, you should develop strategies to use use the data
+app’s access to data from the background, you should develop strategies to use the data
connection efficiently and adjust your usage depending on the type of connection available.</p>
<p>If your application performs a lot of network transactions, you should provide user settings that