diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-08-27 16:45:47 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2009-08-27 16:48:25 -0700 |
commit | 123bb1228b197cb6bbb47040084b4e7596c547c4 (patch) | |
tree | af9cd3aa18e8b0cea2efa609595268a3884206c2 /tools/droiddoc/templates-sdk/sdkpage.cs | |
parent | 1b6d0a65fc62901f2c18d00c556bd5da50f35584 (diff) | |
download | build-123bb1228b197cb6bbb47040084b4e7596c547c4.zip build-123bb1228b197cb6bbb47040084b4e7596c547c4.tar.gz build-123bb1228b197cb6bbb47040084b4e7596c547c4.tar.bz2 |
Doc changes for SDK update.
Update SDK toc template.
Diffstat (limited to 'tools/droiddoc/templates-sdk/sdkpage.cs')
-rw-r--r-- | tools/droiddoc/templates-sdk/sdkpage.cs | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/tools/droiddoc/templates-sdk/sdkpage.cs b/tools/droiddoc/templates-sdk/sdkpage.cs index fdc1df5..328d894 100644 --- a/tools/droiddoc/templates-sdk/sdkpage.cs +++ b/tools/droiddoc/templates-sdk/sdkpage.cs @@ -110,16 +110,18 @@ computer. </p> Android 1.6 and we are pleased to announce the availability of an early look SDK to give you a head-start on developing applications for it. </p> - <p>The Android 1.6 platform includes a variety of improvements and new - features for users and developers. Additionally, the SDK itself introduces - several new capabilities that enable you to develop applications more - efficiently. See the <a href="features.html">Android 1.6 Highlights</a> - document for a list of highlights.</p> - <?cs /if ?> + <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of +improvements and new features for users and developers. Additionally, the SDK +itself introduces several new capabilities that enable you to develop +applications more efficiently. See the <a href="features.html">Android <?cs +var:sdk.preview.version ?> Platform Highlights</a> document for a list of +highlights.</p> +<?cs /if ?> <p>Before downloading, please read the <a href="requirements.html"> -System Requirements</a> document. As you start the download, you will also need to review and agree to -the Terms and Conditions that govern the use of the Android SDK. </p> +System Requirements</a> document. As you start the download, you will also need +to review and agree to the Terms and Conditions that govern the use of the +Android SDK. </p> <table class="download"> <tr> @@ -170,14 +172,17 @@ the Terms and Conditions that govern the use of the Android SDK. </p> <?cs if:android.whichdoc != "online" && sdk.preview ?> <p>Welcome developers! The next release of the Android platform will be - Android 1.6 and we are pleased to announce the availability of an early look SDK - to give you a head-start on developing applications for it. </p> - - <p>The Android 1.6 platform includes a variety of improvements and new features - for users and developers. Additionally, the SDK itself introduces several new - capabilities that enable you to develop applications more efficiently. - See the <a href="http://developer.android.com/sdk/preview/features.html"> - Android 1.6 Highlights</a> document for a list of highlights.</p> +Android <?cs var:sdk.preview.version ?> and we are pleased to announce the +availability of an early look SDK to give you a head-start on developing +applications for it. </p> + + <p>The Android <?cs var:sdk.preview.version ?> platform includes a variety of +improvements and new features for users and developers. Additionally, the SDK +itself introduces several new capabilities that enable you to develop +applications more efficiently. See the <a +href="http://developer.android.com/sdk/preview/features.html">Android +<?cs var:sdk.preview.version ?> Highlights</a> document for a list of +highlights.</p> <?cs /if ?> <?cs call:tag_list(root.descr) ?> |