Loading core/java/android/app/Activity.java +4 −4 Original line number Diff line number Diff line Loading @@ -657,7 +657,7 @@ import java.util.List; * <a name="ProcessLifecycle"></a> * <h3>Process Lifecycle</h3> * * <p>The Android system attempts to keep application process around for as * <p>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 <a href="#ActivityLifecycle">Activity * Lifecycle</a>, the decision about which process to remove is intimately Loading Loading
core/java/android/app/Activity.java +4 −4 Original line number Diff line number Diff line Loading @@ -657,7 +657,7 @@ import java.util.List; * <a name="ProcessLifecycle"></a> * <h3>Process Lifecycle</h3> * * <p>The Android system attempts to keep application process around for as * <p>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 <a href="#ActivityLifecycle">Activity * Lifecycle</a>, the decision about which process to remove is intimately Loading