docs: fixing typo, bug 36909553

am: 4dddc63ee7

Change-Id: Ib943321651422b55b928b90617145a871a0d0460
This commit is contained in:
kopriva
2018-03-20 04:12:47 +00:00
committed by android-build-merger

View File

@@ -657,13 +657,13 @@ 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
* memory runs low. As described in <a href="#ActivityLifecycle">Activity
* Lifecycle</a>, 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).
*