diff options
author | Dirk Dougherty <ddougherty@google.com> | 2009-10-22 16:08:32 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2009-10-22 17:35:02 -0700 |
commit | eeb0b2514a8b4f175a9ef16a319437a61aedb8f3 (patch) | |
tree | 4713456d023c8e28e3ac8e0c0c932828dcd33683 /docs/html/sdk/android-1.5.jd | |
parent | ee58d1bf9c54eaed623c4419e1d9db269a9c4137 (diff) | |
download | frameworks_base-eeb0b2514a8b4f175a9ef16a319437a61aedb8f3.zip frameworks_base-eeb0b2514a8b4f175a9ef16a319437a61aedb8f3.tar.gz frameworks_base-eeb0b2514a8b4f175a9ef16a319437a61aedb8f3.tar.bz2 |
doc change: incorporate comments on SDK docs and structure.
Bug: 2160782
Diffstat (limited to 'docs/html/sdk/android-1.5.jd')
-rw-r--r-- | docs/html/sdk/android-1.5.jd | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/html/sdk/android-1.5.jd b/docs/html/sdk/android-1.5.jd index 1e4c51b..15d1938 100644 --- a/docs/html/sdk/android-1.5.jd +++ b/docs/html/sdk/android-1.5.jd @@ -101,8 +101,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;padding-bottom:0;margin-bottom:0;"> <tr> @@ -144,7 +145,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> @@ -184,8 +185,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> |