From 6edea74a4dc0f2e17d9fb59ef5e175d9cb1a8508 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty <> Date: Fri, 24 Apr 2009 11:32:25 -0700 Subject: AI 147711: Fix link text in highlights doc. Copy "New APIs" section to Version Notes doc. BUG=1790234 Automated import of CL 147711 --- docs/html/sdk/android-1.5-highlights.jd | 32 ++++++----- docs/html/sdk/android-1.5.jd | 98 +++++++++++++++++++-------------- 2 files changed, 76 insertions(+), 54 deletions(-) (limited to 'docs') diff --git a/docs/html/sdk/android-1.5-highlights.jd b/docs/html/sdk/android-1.5-highlights.jd index 46022d1..b0e5f57 100644 --- a/docs/html/sdk/android-1.5-highlights.jd +++ b/docs/html/sdk/android-1.5-highlights.jd @@ -11,13 +11,13 @@ sdk.version=1.5_r1 The list below provides an overview of the changes.
|
+
|
+
Localized UI strings match the locales that are displayable in the emulator, accessible through the device Settings application.
- -For a list of new system features, see the document.
Applications can now use a new element in their manifest files, -<uses-configuration> to indicate to the Android system what hardware -features they require in order to function properly. For example, an application -might use the element to specify that it requires a physical keyboard or a -particular navigation device, such as a trackball. Prior to installing the -application, the Android system checks the attributes defined for the +
Applications can now use a new element in their manifest files, <uses-
+configuration> to indicate to the Android system what hardware features
+they require in order to function properly. For example, an application might
+use the element to specify that it requires a physical keyboard or a particular
+navigation device, such as a trackball. Prior to installing the application, the
+Android system checks the attributes defined for the
<uses-configuration> element and allows the installation to
-continue only if the required hardware is present.
For a detailed view of API changes in this platform (API Level 3), see the API Differences Report.
-- cgit v1.1