diff --git a/docs/html/sdk/compatibility-library.jd b/docs/html/sdk/compatibility-library.jd index 080eede2edf53..c8cd5b24b07f8 100644 --- a/docs/html/sdk/compatibility-library.jd +++ b/docs/html/sdk/compatibility-library.jd @@ -27,19 +27,16 @@ href="{@docRoot}guide/practices/optimizing-for-3.0.html">Optimizing Apps for And

Minimum API level supported: 4

-

The Compatibility Package includes static libraries you can add to your Android +

The Compatibility Package includes static "support libraries" that you can add to your Android application in order to use APIs that are either not available for older platform versions or that offer "utility" APIs that aren't a part of the framework APIs. The goal is to simplify your -development by offering even more APIs that you can bundle with your application so you can +development by offering more APIs that you can bundle with your application so you can worry less about platform versions.

-

Note: The Compatibility Package includes more than one library. -Each one has a different minimum API level. For example, one library requires API -level 4 or higher, while another requires API level 13 or higher. The minimum version is -indicated by the directory name, such as {@code v4/} and {@code v13/}. You can use more than one -library in your application as long as your {@code android:minSdkVersion} -meets the requirements of each library.

+

Note: The Compatibility Package includes more than one support +library. Each one has a different minimum API level. For example, one library requires API +level 4 or higher, while another requires API level 13 or higher. The minimum version is indicated +by the directory name, such as {@code v4/} and {@code v13/}.

Revisions

@@ -68,7 +65,8 @@ android.view.VelocityTracker} APIs
  • Adds {@code ViewConfigurationCompat} to support a newer {@link android.view.ViewConfiguration} APIs
  • All new APIs (available only in the support library) that allow you to create UIs -with horizontal paging (with or without tabs at the top). Classes to support this include: +with horizontal paging, allowing users to swipe left and right between content views. Classes to +support this include: