From 1d4777e44b62ddb8c64a943bfc8f43189ea79def Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 7 Mar 2016 11:14:13 -0800 Subject: [PATCH] docs: Further updates to ICU4J preview docs Fine-tuning the docs per Neil's feedback. See first comment for doc stage location. bug: 27076197 Change-Id: I17ceccdb876eb868e306cb761c8c175d93afa783 --- docs/html/preview/features/icu4j-framework.jd | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) 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:

      -
    • The ICU4J Android Framework APIs do not include all the ICU4J APIs.
    • +
    • The ICU4J Android framework APIs do not include all the ICU4J APIs.
    • NDK developers should know that Android ICU4C is not supported.
    • The APIs in the Android framework do not replace Android’s support for localizing with @@ -104,7 +95,7 @@ resources.
    • - Note: ICU4J in the Android framework uses the {@code android.icu} + Note: The ICU4J framework APIs use the {@code android.icu} namespace instead of {@code com.ibm.icu}. This is to avoid namespace conflicts in APKs that contain their own {@code com.ibm.icu} libraries.