I am using the DownloadManager to download an image to the system\'s gallery and then in the Broadcast receiver (once the download succeeds) using an Intent to set the image as
So my question is if anyone knows how to convert a full file path/URI (file://) into a content style URI (content://)?
Implement a ContentProvider. FileProvider offers an out-of-the-box solution for serving up local files.
ContentProvider