summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/appendix
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-10-17 16:31:11 -0700
committerScott Main <smain@google.com>2011-10-18 15:53:35 -0700
commit423aca1325a72df2a07c62e3760c43f6ed5bbc27 (patch)
tree945ecd29cbe4cdb6fe376c2451cde766dfaf43e5 /docs/html/guide/appendix
parentd6462ab5472341f7b8ded552f2440c21baaa3873 (diff)
downloadframeworks_base-423aca1325a72df2a07c62e3760c43f6ed5bbc27.zip
frameworks_base-423aca1325a72df2a07c62e3760c43f6ed5bbc27.tar.gz
frameworks_base-423aca1325a72df2a07c62e3760c43f6ed5bbc27.tar.bz2
docs: more ics overview changes... reorg a few sections, revise intro paragraph
also update API levels doc with ICS version add info about system themes and using an options menu button Change-Id: I8adb2486fcceb91856fb1cbca4900bdb10ea6fe7
Diffstat (limited to 'docs/html/guide/appendix')
-rw-r--r--docs/html/guide/appendix/api-levels.jd6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd
index 7a0e17f..95542bc 100644
--- a/docs/html/guide/appendix/api-levels.jd
+++ b/docs/html/guide/appendix/api-levels.jd
@@ -84,6 +84,12 @@ Android platform.</p>
<table>
<tr><th>Platform Version</th><th>API Level</th><th>VERSION_CODE</th><th>Notes</th></tr>
+ <tr><td><a href="{@docRoot}sdk/android-4.0.html">Android 4.0</a></td>
+ <td><a href="{@docRoot}sdk/api_diff/14/changes.html" title="Diff Report">14</a></td>
+ <td>{@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}</td>
+ <td><a href="{@docRoot}sdk/android-4.0-highlights.html">Platform
+Highlights</a></td></tr>
+
<tr><td><a href="{@docRoot}sdk/android-3.2.html">Android 3.2</a></td>
<td><a href="{@docRoot}sdk/api_diff/13/changes.html" title="Diff Report">13</a></td>
<td>{@link android.os.Build.VERSION_CODES#HONEYCOMB_MR2}</td>