diff options
| author | smain@google.com <smain@google.com> | 2014-06-14 01:17:43 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-14 01:17:43 +0000 |
| commit | 9b99a971f651902cf3d3e46b3e506d12247a97de (patch) | |
| tree | e11df53362f37b67eec03ec59c149ae055c28a5c /docs/html/guide/components/processes-and-threads.jd | |
| parent | 2ff0e5ce491428f6d82bf8f49ae54b4bb6845d78 (diff) | |
| parent | b06efc724cdf571342f5d1ebc9ff075624d4aebd (diff) | |
| download | frameworks_base-9b99a971f651902cf3d3e46b3e506d12247a97de.zip frameworks_base-9b99a971f651902cf3d3e46b3e506d12247a97de.tar.gz frameworks_base-9b99a971f651902cf3d3e46b3e506d12247a97de.tar.bz2 | |
am b06efc72: am aa1ecf5c: html cleanup. delete quickviews
* commit 'b06efc724cdf571342f5d1ebc9ff075624d4aebd':
html cleanup. delete quickviews
Diffstat (limited to 'docs/html/guide/components/processes-and-threads.jd')
| -rw-r--r-- | docs/html/guide/components/processes-and-threads.jd | 7 |
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 c8c3764..e7ef7ba 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> |
