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
- 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.| Android API level | @@ -74,19 +74,10 @@ page.title=ICU4J Support in the Android Framework
|---|
- 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:
- 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.