diff options
| author | 2016-03-09 08:51:38 -0800 | |
|---|---|---|
| committer | 2016-03-09 08:51:38 -0800 | |
| commit | 2aa454d48a4135901645472e0c514f7987543b58 (patch) | |
| tree | a7e8da26345a88136fb564531e46988d986c7643 | |
| parent | 10594f3cb392ea18283b2c6e4a05309b37ff913e (diff) | |
Changes to release notes wording.
Change-Id: Ie3f740c342e84f77cd613f0da838d3c1ec7792d6
| -rw-r--r-- | docs/html/preview/preview_toc.cs | 3 | ||||
| -rw-r--r-- | docs/html/preview/support.jd | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/html/preview/preview_toc.cs b/docs/html/preview/preview_toc.cs index 675f5431bae1..f96117d41567 100644 --- a/docs/html/preview/preview_toc.cs +++ b/docs/html/preview/preview_toc.cs @@ -82,6 +82,9 @@ <li><a href="<?cs var:toroot ?>preview/features/icu4j-framework.html" >ICU4J Support</a></li> + + <li><a href="<?cs var:toroot ?>preview/j8-jack.html" + >Java 8 Language Features</a></li> <li><a href="<?cs var:toroot ?>preview/features/afw.html" >Android for Work Updates</a></li> diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 72f060215516..ecf48416dea9 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -36,8 +36,7 @@ For issues in other apps, please contact the developer directly.</p> <ul> <li>This release has various stability and performance issues on all devices that make it <em>not suitable for daily use on phone or tablet</em>, especially for non-developers.</li> - <li>Performance and responsiveness are known to be slow in some areas and may become slower over prolonged use. - </li> + <li>System and app performance is known to be <strong>periodically slow / janky</strong>, and device may become occasionally unresponsive. These problems may become more acute with prolonged use.</li> <li>Battery life may be regressed in this release for screen-on and screen-off use cases.</li> <li>Some apps may not function normally on Developer Preview 1. This includes Google’s apps as well as other apps.</li> <li>This early build is not Compatibility Test Suite (CTS) approved. Apps that depend on CTS approved builds (Android Pay for example) won’t work. </li> @@ -49,7 +48,7 @@ For issues in other apps, please contact the developer directly.</p> <h4 id="performance">Performance and battery</h4> <ul> - <li>System and apps may be slow and experience periodic slowdowns and unresponsiveness.</li> + <li>System and app performance is known to be <strong>periodically slow / janky</strong>, and device may become occasionally unresponsive. These problems may become more acute with prolonged use.</li> <li>Battery life may be regressed in this release for screen-on and screen-off use cases.</li> </ul> |