summaryrefslogtreecommitdiffstats
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.jd7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/html/guide/components/processes-and-threads.jd b/docs/html/guide/components/processes-and-threads.jd
index 1fed712..e297205 100644
--- a/docs/html/guide/components/processes-and-threads.jd
+++ b/docs/html/guide/components/processes-and-threads.jd
@@ -5,13 +5,6 @@ page.tags="lifecycle","background"
<div id="qv-wrapper">
<div id="qv">
-<h2>Quickview</h2>
-<ul>
- <li>Every application runs in its own process and all components of the application run in that
-process, by default</li>
- <li>Any slow, blocking operations in an activity should be done in a new thread, to avoid slowing
-down the user interface</li>
-</ul>
<h2>In this document</h2>
<ol>