Intent action to launch downloads UI.

Change-Id: Ifd21b9b916479062d51e60108d16ce3f46b453a5
This commit is contained in:
Steve Howard
2010-09-24 14:59:36 -07:00
parent a7ef18fca5
commit e78fc18b33
2 changed files with 16 additions and 0 deletions

View File

@@ -95442,6 +95442,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.