Loading api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -95442,6 +95442,17 @@ visibility="public" > </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" type="java.lang.String" transient="false" core/java/android/net/DownloadManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -95442,6 +95442,17 @@ visibility="public" > </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" type="java.lang.String" transient="false"
core/java/android/net/DownloadManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading