diff --git a/docs/html/sdk/android-1.5-highlights.jd b/docs/html/sdk/android-1.5-highlights.jd index 46022d159d225..b0e5f57d6b37c 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.