Skip to content

Commit a6df4b1

Browse files
committed
docs: add note to froyo platform doc that not all locales are included in the sdk image
Change-Id: Icf11a14e0db6eeff535ca51de7a664a4829a35ec
1 parent fda5b19 commit a6df4b1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/html/sdk/android-2.2.jd

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Differences Report &raquo;</a> </li>
4242

4343
<p>Android {@sdkPlatformVersion} is a {@sdkPlatformMajorMinor} platform release including user
4444
features, 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
6666
href="http://developer.android.com/sdk/android-2.2-highlights.html">Android
6767
2.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>&lt;application&gt;</code> element. Specifies the component name of the
320-
BackupAgent subclass provided by the application to handle backup/restore
319+
<code>&lt;application&gt;</code> element. Specifies the component name of the
320+
BackupAgent subclass provided by the application to handle backup/restore
321321
operations, if any.</li>
322322
<li> New <code>android:restoreAnyVersion</code> attribute of the
323323
<code>&lt;application&gt;</code> element. Boolean value that indicates whether
@@ -436,6 +436,11 @@ descriptor).</p>
436436
<p>Localized UI strings match the locales that are accessible
437437
through 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

Comments
 (0)