diff options
author | Quddus Chong <quddusc@google.com> | 2014-11-06 11:29:38 -0800 |
---|---|---|
committer | Quddus Chong <quddusc@google.com> | 2014-11-06 11:31:54 -0800 |
commit | 01ca1277b9b66c50909d143254d2e60b906b58df (patch) | |
tree | a0785d3bc1b8c8c360d460ef6b9663990a853b59 /docs | |
parent | cc0753b077abb1ad5e5e95885567261b35067ed4 (diff) | |
download | frameworks_base-01ca1277b9b66c50909d143254d2e60b906b58df.zip frameworks_base-01ca1277b9b66c50909d143254d2e60b906b58df.tar.gz frameworks_base-01ca1277b9b66c50909d143254d2e60b906b58df.tar.bz2 |
docs: Removed statement that ART does not implement compacting garbage collection.
bug: 18181075
Change-Id: Ibbb20604595a6740d19ec1d887854d60fb9d797b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/about/versions/android-5.0-changes.jd | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/html/about/versions/android-5.0-changes.jd b/docs/html/about/versions/android-5.0-changes.jd index c1b9f09..f12e83c 100644 --- a/docs/html/about/versions/android-5.0-changes.jd +++ b/docs/html/about/versions/android-5.0-changes.jd @@ -45,7 +45,7 @@ API changes, behavior changes, system enhancements, and bug fixes. This document highlights some of the key changes that you should be understand and account for in your apps.</p> -<p>f you have previously published an app for Android, be aware that your app +<p>If you have previously published an app for Android, be aware that your app might be affected by these changes in Android 5.0.</p> @@ -82,9 +82,7 @@ Behavior on the Android Runtime (ART)</a>. Pay particular attention if:</p> <li>You use development tools that generate non-standard code (such as some obfuscators).</li> <li>You use techniques that are incompatible with compacting garbage - collection. (ART does not currently implement compacting GC, but - compacting GC is under development in the Android Open Source - Project.)</li> + collection.</li> </ul> |