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:
@@ -97099,6 +97099,17 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="ACTION_VIEW_DOWNLOADS"
|
||||||
|
type="java.lang.String"
|
||||||
|
transient="false"
|
||||||
|
volatile="false"
|
||||||
|
value=""android.intent.action.VIEW_DOWNLOADS""
|
||||||
|
static="true"
|
||||||
|
final="true"
|
||||||
|
deprecated="not deprecated"
|
||||||
|
visibility="public"
|
||||||
|
>
|
||||||
|
</field>
|
||||||
<field name="COLUMN_BYTES_DOWNLOADED_SO_FAR"
|
<field name="COLUMN_BYTES_DOWNLOADED_SO_FAR"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
@@ -213,6 +213,11 @@ public class DownloadManager {
|
|||||||
public final static String ACTION_NOTIFICATION_CLICKED =
|
public final static String ACTION_NOTIFICATION_CLICKED =
|
||||||
"android.intent.action.DOWNLOAD_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
|
* Intent extra included with {@link #ACTION_DOWNLOAD_COMPLETE} intents, indicating the ID (as a
|
||||||
* long) of the download that just completed.
|
* long) of the download that just completed.
|
||||||
|
|||||||
Reference in New Issue
Block a user