summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/components/activities.jd
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-06-13 17:47:15 -0700
committersmain@google.com <smain@google.com>2014-06-13 17:47:15 -0700
commitaa1ecf5cdf70c5b76bd5e31d252735ba52a90b72 (patch)
treed22bd5d0338ea4179338ddec679a8dd793eef1b7 /docs/html/guide/components/activities.jd
parentb43eff80e56c29b29ac3f77ee12150211539dcee (diff)
downloadframeworks_base-aa1ecf5cdf70c5b76bd5e31d252735ba52a90b72.zip
frameworks_base-aa1ecf5cdf70c5b76bd5e31d252735ba52a90b72.tar.gz
frameworks_base-aa1ecf5cdf70c5b76bd5e31d252735ba52a90b72.tar.bz2
html cleanup. delete quickviews
Change-Id: Ifd71ca32848982919f37f8927acd8b66b0cf4438
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>