diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-10-22 18:39:56 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-22 18:39:56 -0700 |
commit | 3bf0210dca67e534bf8d344575abf32e653c8407 (patch) | |
tree | 5ee3454fbc71edef1bb1e825298a390b3b1ff2e3 /docs/html/sdk/android-1.6.jd | |
parent | 44dd4732184ce01b5fa0c7ed09347d27de60595b (diff) | |
parent | f0d9c0000858f3e48bcd1efec75f2dff1cbc6ed5 (diff) | |
download | frameworks_base-3bf0210dca67e534bf8d344575abf32e653c8407.zip frameworks_base-3bf0210dca67e534bf8d344575abf32e653c8407.tar.gz frameworks_base-3bf0210dca67e534bf8d344575abf32e653c8407.tar.bz2 |
am f0d9c000: am 86dc4d31: am 61c29c29: Merge change Ieeb0b251 into eclair-sdk
Merge commit 'f0d9c0000858f3e48bcd1efec75f2dff1cbc6ed5' into eclair-mr2-plus-aosp
* commit 'f0d9c0000858f3e48bcd1efec75f2dff1cbc6ed5':
doc change: incorporate comments on SDK docs and structure.
Diffstat (limited to 'docs/html/sdk/android-1.6.jd')
-rw-r--r-- | docs/html/sdk/android-1.6.jd | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/html/sdk/android-1.6.jd b/docs/html/sdk/android-1.6.jd index 0f8a4b6..38112b5 100644 --- a/docs/html/sdk/android-1.6.jd +++ b/docs/html/sdk/android-1.6.jd @@ -102,8 +102,9 @@ built-in applications:</p> <p>The system image included in the downloadable platform provides a variety of built-in locales. In some cases, region-specific strings are available for the locales. In other cases, a default version of the language is used. The -languages that will be available in the Android {@sdkPlatformVersion} system image are listed -below (with <em>language</em>_<em>country/region</em> locale descriptor).</p> +languages that are available in the Android {@sdkPlatformVersion} system +image are listed below (with <em>language</em>_<em>country/region</em> +locale descriptor).</p> <table style="border:0;margin-bottom:0;padding-bottom:0;"> <tr> @@ -145,7 +146,7 @@ below (with <em>language</em>_<em>country/region</em> locale descriptor).</p> <p>Localized UI strings match the locales that are accessible through Settings.</p> -<h2 id="api-changes">Emulator Skins</h2> +<h2 id="skins">Emulator Skins</h2> <p>The downloadable platform includes a set of emulator skins that you can use for modeling your application in different screen sizes and resolutions. The emulator skins are: </p> @@ -182,8 +183,8 @@ system to correctly determine whether an application is compatible with the system, prior to installing the application. </p> <p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to -set the proper value, "{@sdkPlatformApiLevel}", in the <code><uses-sdk></code> attributes in your -application's manifest. </p> +set the proper value, "{@sdkPlatformApiLevel}", in the attributes of the <code><uses-sdk></code> +element in your application's manifest. </p> <p>For more information about how to use API Level, see the <a href="{@docRoot}guide/appendix/api-levels.html">API Levels</a> document. </p> @@ -210,7 +211,9 @@ information is associated with Bitmap and Canvas for performing the correct scaling. The framework will automatically scale bitmaps and nine-patches based on the density the resource was found under and the density of the screen, etc. - </li> + </li><p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to +set the proper value, "{@sdkPlatformApiLevel}", in the attributes of the <code><uses-sdk></code> +element in your application's manifest. </p> </ul> <h4>Search framework</h4> |