DownloadManager.ColumnLocalFilename Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This constant was deprecated in API level 24.
[Android.Runtime.Register("COLUMN_LOCAL_FILENAME")]
public const string ColumnLocalFilename;
[<Android.Runtime.Register("COLUMN_LOCAL_FILENAME")>]
val mutable ColumnLocalFilename : string
Field Value
- Attributes
Remarks
This constant was deprecated in API level 24. apps should transition to using ContentResolver.openFileDescriptor(Uri,String) instead.
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.
Android reference 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.