@@ -42,7 +42,7 @@ Differences Report »</a> </li>
4242
4343<p>Android {@sdkPlatformVersion} is a {@sdkPlatformMajorMinor} platform release including user
4444features, developer features, API changes, and bug
45- fixes. For information on developer features and API changes, see the
45+ fixes. For information on developer features and API changes, see the
4646<a href="#api">Framework API</a> section.</p>
4747
4848<p>For developers, the Android {@sdkPlatformVersion} platform is available as a
@@ -62,7 +62,7 @@ first.</p>
6262
6363<h2 id="features">Platform Highlights</h2>
6464
65- <p>For a list of new user features and platform highlights, see the <a
65+ <p>For a list of new user features and platform highlights, see the <a
6666href="http://developer.android.com/sdk/android-2.2-highlights.html">Android
67672.2 Platform Highlights</a> document.</p>
6868
@@ -316,8 +316,8 @@ href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/Devi
316316
317317<ul>
318318 <li> New <code>android:backupAgent</code> attribute of the
319- <code><application></code> element. Specifies the component name of the
320- BackupAgent subclass provided by the application to handle backup/restore
319+ <code><application></code> element. Specifies the component name of the
320+ BackupAgent subclass provided by the application to handle backup/restore
321321operations, if any.</li>
322322 <li> New <code>android:restoreAnyVersion</code> attribute of the
323323<code><application></code> element. Boolean value that indicates whether
@@ -436,6 +436,11 @@ descriptor).</p>
436436<p>Localized UI strings match the locales that are accessible
437437through Settings.</p>
438438
439+ <p class="note"><strong>Note:</strong> Android supports more locales than are listed above. However,
440+ the entire collection of locale strings cannot fit on a single system image, so the above list is
441+ only what's included in the system image for the SDK. All of Android's supported locales are
442+ available in the <a href="http://source.android.com/">Android Open Source Project</a>.</p>
443+
439444<h2 id="skins">Emulator Skins</h2>
440445
441446<p>The downloadable platform includes a set of emulator skins that you can use
0 commit comments