From 877fb9a2cbd577cc62549cd9580f2d1e34197a6d Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 13 May 2010 22:05:56 -0700 Subject: [PATCH] Doc change: adjustments to the api changes description Change-Id: I9373b424ae008face124e38a163c980608c2e4df --- docs/html/sdk/android-2.2.jd | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/docs/html/sdk/android-2.2.jd b/docs/html/sdk/android-2.2.jd index 5844256abbdc6..603139e497abf 100644 --- a/docs/html/sdk/android-2.2.jd +++ b/docs/html/sdk/android-2.2.jd @@ -125,19 +125,7 @@ padding: .25em 1em;
Tools:
- +

Adds support for building with Android library projects. See SDK Tools, r6 for information.

@@ -373,10 +361,11 @@ href="{@docRoot}guide/topics/topics/data/backup.html">Data Backup.

  • New APIs for adding files to the media database, so that they are automatically scanned. See {@link android.media.MediaScannerConnection#scanFile(Context, String[], String[], OnScanCompletedListener) MediaScannerConnection.scanFile} and {@link android.media.MediaScannerConnection.OnScanCompletedListener MediaScannerConnection.OnScanCompletedListener}.
  • -

    Third-party voice recognition engines

    +

    Speech recognition and third-party recognition engines

    @@ -395,7 +384,13 @@ href="{@docRoot}guide/topics/topics/data/backup.html">Data Backup.

    Device policy manager

    -

    New device policy management APIs allow developers to write "device administrator" applications that can control security features of the device, such as the minimum password strength, data wipe, and so on. Users can select the administrators that are enabled on their devices. For more information, see the {@link android.app.admin android.app.admin} classees.

    +

    New device policy management APIs allow developers to write "device +administrator" applications that can control security features of the device, +such as the minimum password strength, data wipe, and so on. Users can select +the administrators that are enabled on their devices. For more information, see +the {@link android.app.admin android.app.admin} classees or the example +application code in DeviceAdminSample.java.

    UI Framework

    @@ -405,7 +400,7 @@ href="{@docRoot}guide/topics/topics/data/backup.html">Data Backup.

  • Improvements in the way that multitouch events are reported in {@link android.view.MotionEvent} objects.
  • The layout attribute fill_parent is renamed to match_parent. This affects both XML and Java code (see {@link android.view.ViewGroup.LayoutParams}). Note that the platform will continue to honor uses of fill_parent in legacy applications.
  • New layout attributes {@link android.R.attr#tabStripEnabled}, {@link android.R.attr#tabStripRight}, and {@link android.R.attr#tabStripLeft} let developers customize the bottom strip of TabWidgets.
  • -
  • Better support for managed dialogs in Activity.
  • application data (and applications) +
  • Better support for managed dialogs in Activity.
  • Accounts and Sync