diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-07-24 18:18:14 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-07-24 18:18:14 +0000 |
commit | 38d4cfd4a19de35c2b16c0f64b26d4b9ed362ede (patch) | |
tree | c95b1fc32cd3980bc59aee4535d9fbe827bfb345 | |
parent | ac6be105444e945437481f9b3e7d2742a33c7287 (diff) | |
parent | 218dd76e987da2abf222578272b3e1c05aec5d4c (diff) | |
download | frameworks_base-38d4cfd4a19de35c2b16c0f64b26d4b9ed362ede.zip frameworks_base-38d4cfd4a19de35c2b16c0f64b26d4b9ed362ede.tar.gz frameworks_base-38d4cfd4a19de35c2b16c0f64b26d4b9ed362ede.tar.bz2 |
Merge "Doc change: fix reference to getBestDateTimePattern()." into jb-mr2-dev
-rw-r--r-- | docs/html/about/versions/jelly-bean.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/about/versions/jelly-bean.jd b/docs/html/about/versions/jelly-bean.jd index 667f1c6..985a266 100644 --- a/docs/html/about/versions/jelly-bean.jd +++ b/docs/html/about/versions/jelly-bean.jd @@ -451,7 +451,7 @@ broadly in your apps, the BidiFormatter APIs are also now available for earlier platform versions through the Support Package in the Android SDK. </p> <p>To assist you with managing date formatting across locales, Android 4.3 -includes a new <strong>getBestAvaialbleDate()</strong> method that automatically +includes a new <strong>getBestDateTimePattern()</strong> method that automatically generates the best possible localized form of a Unicode UTS date for a locale that you specify. It’s a convenient way to provide a more localized experience for your users. </p> |