summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/components/activities.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/components/activities.jd')
-rw-r--r--docs/html/guide/components/activities.jd6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/html/guide/components/activities.jd b/docs/html/guide/components/activities.jd
index 1cbaa79..3de7eea 100644
--- a/docs/html/guide/components/activities.jd
+++ b/docs/html/guide/components/activities.jd
@@ -4,12 +4,6 @@ page.tags="activity","intent"
<div id="qv-wrapper">
<div id="qv">
-<h2>Quickview</h2>
-<ul>
- <li>An activity provides a user interface for a single screen in your application</li>
- <li>Activities can move into the background and then be resumed with their state restored</li>
-</ul>
-
<h2>In this document</h2>
<ol>
<li><a href="#Creating">Creating an Activity</a>