DownloadManager.ActionViewDownloads Field

Definition

Intent action to launch an activity to display all downloads.

[Android.Runtime.Register("ACTION_VIEW_DOWNLOADS")]
public const string ActionViewDownloads;
[<Android.Runtime.Register("ACTION_VIEW_DOWNLOADS")>]
val mutable ActionViewDownloads : string

Field Value

Attributes

Remarks

Intent action to launch an activity to display all downloads.

Java documentation for android.app.DownloadManager.ACTION_VIEW_DOWNLOADS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to