Lines Matching full:overview
1 page.title=Overview Screen
2 page.tags="recents","overview"
11 <li><a href="#adding">Adding Tasks to the Overview Screen</a>
39 <p>The overview screen (also referred to as the recents screen, recent task list, or recent apps)
44 same activity containing different documents may appear as tasks in the overview screen. For example,
46 task in the overview screen.</p>
49 <p class="img-caption"><strong>Figure 1.</strong> The overview screen showing three Google Drive
53 activities are represented in the overview screen, and you don't need to modify this behavior.
54 However, your app can determine how and and when activities appear in the overview screen. The
57 the overview screen. Also, the <code><a href="{@docRoot}guide/topics/manifest/activity-element.html">
60 <h2 id="adding">Adding Tasks to the Overview Screen</h2>
63 over when and how a document gets opened or reopened in the overview screen. When you use the
74 task in the overview screen, pass the {@link android.content.Intent#FLAG_ACTIVITY_NEW_DOCUMENT} flag
122 The new activity gets the intent and creates a new document in the overview screen, as in the
171 <dd>The activity does not create a new task for the document. The overview screen treats the
179 in the intent, and the overview screen displays a single task for the app, which resumes from
189 <p>By default a document task is automatically removed from the overview screen when its activity
194 <p>You can always exclude a task from the overview screen entirely by setting the
199 <p>You can set the maximum number of tasks that your app can include in the overview screen by setting
203 recently used task is removed from the overview screen. The {@code android:maxRecents} maximum value
208 <p>In the activity that creates a new task in the overview screen, you can
228 <p>If you want to retain a task in the overview screen, even if its activity has finished, pass