summaryrefslogtreecommitdiff
path: root/docs/html/guide/components/processes-and-threads.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/components/processes-and-threads.jd')
-rw-r--r--docs/html/guide/components/processes-and-threads.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/components/processes-and-threads.jd b/docs/html/guide/components/processes-and-threads.jd
index 7bb3c65a373b..250799853c92 100644
--- a/docs/html/guide/components/processes-and-threads.jd
+++ b/docs/html/guide/components/processes-and-threads.jd
@@ -121,7 +121,7 @@ required to keep the user interface responsive.</p></li>
<ul>
<li>It hosts an {@link android.app.Activity} that is not in the foreground, but is still
-visible to the user (its {@link android.app.Activity#onPause onPause()} method has been called).
+visible to the user (its {@link android.app.Activity#onPause onPause()} method has been called).
This might occur, for example, if the foreground activity started a dialog, which allows the
previous activity to be seen behind it.</li>