am e78fc18b: Intent action to launch downloads UI.

Merge commit 'e78fc18b339bfe2915e61aef2013a17f0a9ede33' into gingerbread-plus-aosp

* commit 'e78fc18b339bfe2915e61aef2013a17f0a9ede33':
  Intent action to launch downloads UI.
This commit is contained in:
Steve Howard
2010-09-24 15:51:50 -07:00
committed by Android Git Automerger
2 changed files with 16 additions and 0 deletions

View File

@@ -97099,6 +97099,17 @@
visibility="public"
>
</field>
<field name="ACTION_VIEW_DOWNLOADS"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;android.intent.action.VIEW_DOWNLOADS&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="COLUMN_BYTES_DOWNLOADED_SO_FAR"
type="java.lang.String"
transient="false"

View File

@@ -213,6 +213,11 @@ public class DownloadManager {
public final static String ACTION_NOTIFICATION_CLICKED =
"android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED";
/**
* Intent action to launch an activity to display all downloads.
*/
public final static String ACTION_VIEW_DOWNLOADS = "android.intent.action.VIEW_DOWNLOADS";
/**
* Intent extra included with {@link #ACTION_DOWNLOAD_COMPLETE} intents, indicating the ID (as a
* long) of the download that just completed.