File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ the device does not support the corresponding feature.</p>
518518
519519<p>To specify the focus or metering areas to use, simply call {@link
520520android.hardware.Camera.Parameters#setFocusAreas setFocusAreas()} or {@link
521- android.hardware.Camera.Parameters#setFocusAreas setMeteringAreas()}. Each take a {@link
521+ android.hardware.Camera.Parameters#setMeteringAreas setMeteringAreas()}. Each take a {@link
522522java.util.List} of {@link android.hardware.Camera.Area} objects that indicate the areas to consider
523523for focus or metering. For example, you might implement a feature that allows the user to set the
524524focus 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
10281028<p>Android 4.0 gives users precise visibility of how much network data their applications are using.
10291029The Settings app provides controls that allow users to manage set limits for network data usage and
10301030even disable the use of background data for individual apps. In order to avoid users disabling your
1031- app’s access to data from the background, you should develop strategies to use use the data
1031+ app’s access to data from the background, you should develop strategies to use the data
10321032connection efficiently and adjust your usage depending on the type of connection available.</p>
10331033
10341034<p>If your application performs a lot of network transactions, you should provide user settings that
You can’t perform that action at this time.
0 commit comments