diff --git a/docs/html/about/versions/android-5.0-changes.jd b/docs/html/about/versions/android-5.0-changes.jd index c1b9f09f88a66..f12e83c856f0b 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.

-

f you have previously published an app for Android, be aware that your app +

If you have previously published an app for Android, be aware that your app might be affected by these changes in Android 5.0.

@@ -82,9 +82,7 @@ Behavior on the Android Runtime (ART). Pay particular attention if:

  • You use development tools that generate non-standard code (such as some obfuscators).
  • 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.)
  • + collection.