DownloadManager.ColumnLocalFilename Field

Definition

Path to the downloaded file on disk.

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

Field Value

Attributes

Remarks

Path to the downloaded file on disk.

Note that apps may not have filesystem permissions to directly access this path. Instead of trying to open this path directly, apps should use ContentResolver#openFileDescriptor(Uri, String) to gain access.

This member is deprecated. apps should transition to using ContentResolver#openFileDescriptor(Uri, String) instead.

Java documentation for android.app.DownloadManager.COLUMN_LOCAL_FILENAME.

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