@@ -139,22 +139,45 @@ available in the Android 1.6 system image are listed below (with
</tr>
</table>
<p>Localized UI strings match the locales that are displayable in
the emulator, accessible through the device Settings application.</p>
<p>Localized UI strings match the locales that are accessible
through Settings.</p>
<h2 id="api-changes">API Changes</h2>
<h3 style="padding-top:0">Overview</h3>
<h4 id="UIFramework">UI framework</h4>
<ul>
<li>Search framework</li>
<li>New classes in {@link android.view.animation}
to control the behavior of animations:
<ul>
<li>Applications can now expose relevant content to users as search suggestions in the Quick Search Box, a new device-wide search capability that is accessible from the home screen. To support this, the search framework adds new attributes to the searchable metadata file. For complete information, see the {@link android.app.SearchManager SearchManager} documentation.</li>