diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd
index 6ace709f3c5f4..7d119ca781412 100644
--- a/docs/html/guide/appendix/api-levels.jd
+++ b/docs/html/guide/appendix/api-levels.jd
@@ -87,14 +87,13 @@ Android platform.
| Android 4.0.3 |
15 |
{@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH_MR1} |
- Platform
+ | Platform
Highlights |
| Android 4.0, 4.0.1, 4.0.2 |
14 |
{@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH} |
- Platform
-Highlights |
+
| Android 3.2 |
13 |
diff --git a/docs/html/sdk/android-4.0.3.jd b/docs/html/sdk/android-4.0.3.jd
index 68257cd89cbc5..c1ad120bf7719 100644
--- a/docs/html/sdk/android-4.0.3.jd
+++ b/docs/html/sdk/android-4.0.3.jd
@@ -20,7 +20,7 @@ sdk.platform.apiLevel=15
Reference
- API
+href="{@docRoot}sdk/api_diff/15/changes.html">API
Differences Report »
@@ -72,9 +72,9 @@ class="toggle-content-img" alt="" />
- Initial release. SDK Tools r14 or higher is required.
Important: To download the new Android
- 4.x system components from the Android SDK Manager, you must first update the
+ 4.0.x system components from the Android SDK Manager, you must first update the
SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
- the Android 4.0 system components will not be available for download.
+ the Android 4.0.x system components will not be available for download.
@@ -224,7 +224,7 @@ for visible fragments have run. The visibility hint is "true" by default.
- New method {@link android.graphics.SurfaceTexture#setDefaultBufferSize(int
-width, int height)} in SurfaceTexture sets the default size of the image
+width, int height)} in {@link android.graphics.SurfaceTexture} sets the default size of the image
buffers. This method may be used to set the image size when producing images
with {@link android.graphics.Canvas} (via {@link
android.view.Surface#lockCanvas}), or OpenGL ES (via an EGLSurface).
@@ -308,7 +308,7 @@ profiles. Quality level is represented by the
{@link android.media.CamcorderProfile#QUALITY_TIME_LAPSE_QVGA} constants.
- New methods {@link android.hardware.Camera.Parameters#setVideoStabilization(boolean) setVideoStabilization()},
-{@link android.hardware.Camera.Parameters#getVideoStabilization() setVideoStabilization()}, and {android.hardware.Camera.Parameters#isVideoStabilizationSupported() isVideoStabilizationSupported()}
+{@link android.hardware.Camera.Parameters#getVideoStabilization() setVideoStabilization()}, and {@link android.hardware.Camera.Parameters#isVideoStabilizationSupported() isVideoStabilizationSupported()}
let you check and manage video stabilization for a {@link android.hardware.Camera}.