Skip to content

Commit 6b1531e

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: preliminary homepage announcement (offline version)" into ics-mr0
2 parents e1e9e93 + 6b28b1a commit 6b1531e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/html/index.jd

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,14 @@ href="{@docRoot}resources/dashboard/platform-versions.html">Learn more &raquo;</
129129
'sdk': {
130130
'layout':"imgLeft",
131131
'icon':"sdk-small.png",
132-
'name':"Android 3.2",
133-
'img':"honeycomb-android.png",
134-
'title':"Android 3.2 is here!",
135-
'desc': "<p>Android 3.2 is a minor feature update that includes new APIs that allow you to "
136-
+ "better target your layouts for specific screen sizes and other miscellaneous new APIs.</p>"
132+
'name':"Android 4.0",
133+
'img':"ics-android.png",
134+
'title':"Ice Cream Sandwich!",
135+
'desc': "<br/><br/><br/><p>Oh my goodness, that looks tasty!</p>"
136+
/*
137137
+ "<p>For more information about all the changes in Android 3.2, read the "
138138
+ "<a href='{@docRoot}sdk/android-3.2.html'>version notes</a> and <a "
139139
+ "href='{@docRoot}sdk/api_diff/13/changes.html'>diff report</a>.</p>"
140-
/*
141140
+ "<p>If you have an existing SDK, add Android 3.0 as an "
142141
+ "<a href='{@docRoot}sdk/adding-components.html'>SDK "
143142
+ "component</a>. If you're new to Android, install the "

docs/html/offline.jd

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ application</li>
2929
especially <a href="{@docRoot}resources/samples/ApiDemos/index.html">API Demos</a></li>
3030
<li>Read the <a href="{@docRoot}guide/topics/fundamentals/index.html">Application
3131
Fundamentals</a></li>
32-
<li>Read the <a href="{@docRoot}guide/developing/index.html">Overview</a> for using the SDK
32+
<li>Read the <a href="{@docRoot}guide/developing/index.html">Introduction</a> for using the SDK
3333
tools</li>
3434
</ul>
3535
</div>
@@ -44,9 +44,6 @@ will help you setup your development environment.</p>
4444

4545
<p>There's no additional setup.</p>
4646

47-
<p>New Android platforms are saved in the <code>&lt;sdk>/platforms/</code> directory of
48-
your existing SDK and new add-ons are saved in the <code>&lt;sdk>/add-ons/</code> directory.</p>
49-
5047

5148
<div class="note">
5249
<p><strong>Note:</strong> You are currently viewing the offline version of the Android developer

0 commit comments

Comments
 (0)