@@ -20,7 +20,7 @@ sdk.platform.apiLevel=15
2020<h2>Reference</h2>
2121<ol>
2222<li><a
23- href="{@docRoot}sdk/api_diff/14 /changes.html">API
23+ href="{@docRoot}sdk/api_diff/15 /changes.html">API
2424Differences Report »</a> </li>
2525</ol>
2626
@@ -72,9 +72,9 @@ class="toggle-content-img" alt="" />
7272<dl>
7373<dt>Initial release. SDK Tools r14 or higher is required.
7474 <p class="caution"><strong>Important:</strong> To download the new Android
75- 4.x system components from the Android SDK Manager, you must first update the
75+ 4.0. x system components from the Android SDK Manager, you must first update the
7676 SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
77- the Android 4.0 system components will not be available for download.</p>
77+ the Android 4.0.x system components will not be available for download.</p>
7878</dt>
7979</dl>
8080
@@ -224,7 +224,7 @@ for visible fragments have run. The visibility hint is "true" by default.</li>
224224
225225<ul>
226226<li>New method {@link android.graphics.SurfaceTexture#setDefaultBufferSize(int
227- width, int height)} in SurfaceTexture sets the default size of the image
227+ width, int height)} in {@link android.graphics. SurfaceTexture} sets the default size of the image
228228buffers. This method may be used to set the image size when producing images
229229with {@link android.graphics.Canvas} (via {@link
230230android.view.Surface#lockCanvas}), or OpenGL ES (via an EGLSurface).</li>
@@ -308,7 +308,7 @@ profiles. Quality level is represented by the
308308{@link android.media.CamcorderProfile#QUALITY_TIME_LAPSE_QVGA} constants.</li>
309309
310310<li>New methods {@link android.hardware.Camera.Parameters#setVideoStabilization(boolean) setVideoStabilization()},
311- {@link android.hardware.Camera.Parameters#getVideoStabilization() setVideoStabilization()}, and {android.hardware.Camera.Parameters#isVideoStabilizationSupported() isVideoStabilizationSupported()}
311+ {@link android.hardware.Camera.Parameters#getVideoStabilization() setVideoStabilization()}, and {@link android.hardware.Camera.Parameters#isVideoStabilizationSupported() isVideoStabilizationSupported()}
312312let you check and manage video stabilization for a {@link android.hardware.Camera}.</li>
313313</ul>
314314
0 commit comments