diff --git a/docs/html/preview/features/icu4j-framework.jd b/docs/html/preview/features/icu4j-framework.jd index 6f2eb39b5ac2f..cef1950635248 100644 --- a/docs/html/preview/features/icu4j-framework.jd +++ b/docs/html/preview/features/icu4j-framework.jd @@ -1,4 +1,4 @@ -page.title=ICU4J Support in the Android Framework +page.title=ICU4J Android Framework APIs @jd:body @@ -6,7 +6,6 @@ page.title=ICU4J Support in the Android Framework

In this document:

    -
  1. Compatibility Across Android Releases
  2. Relationship to ICU4J
  3. Migrating to android.icu APIs from ICU4J
  4. Licensing
  5. @@ -51,8 +50,9 @@ page.title=ICU4J Support in the Android Framework

    Relationship to ICU4J

    - The N Developer Preview exposes a subset of the ICU4J APIs via the - android.icu package. The Android framework may choose not to + The Preview exposes a subset of the ICU4J APIs via the + android.icu package, rather than com.ibm.icu. The + Android framework may choose not to expose ICU4J APIs for various reasons; for example, the N Preview does not expose some deprecated APIs or those that the ICU team have not yet declared as stable. As the ICU team deprecates APIs in the future, Android will also mark @@ -60,7 +60,7 @@ page.title=ICU4J Support in the Android Framework

    Table 1. ICU and CLDR versions used - in the N Preview.

    + in the Preview.

    @@ -74,19 +74,10 @@ page.title=ICU4J Support in the Android Framework
    Android API level
    -

    - Note: When using the the the ICU4J APIs in the Android framework, you may notice - differences between Android releases. For example, the exact text returned - from formatters may vary between API levels as they do for existing - java.util and java.text classes on Android. These - differences are the result of improvements to translations between Android - versions. -

    -

    Here are a few important things to note: