diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index a1a10a5b8942f..3696eaee09138 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -657,13 +657,13 @@ import java.util.List; * *
The Android system attempts to keep application process around for as + *
The Android system attempts to keep an application process around for as * long as possible, but eventually will need to remove old processes when - * memory runs low. As described in Activity + * memory runs low. As described in Activity * Lifecycle, the decision about which process to remove is intimately - * tied to the state of the user's interaction with it. In general, there + * tied to the state of the user's interaction with it. In general, there * are four states a process can be in based on the activities running in it, - * listed here in order of importance. The system will kill less important + * listed here in order of importance. The system will kill less important * processes (the last ones) before it resorts to killing more important * processes (the first ones). *