I am trying to make my app save files to the local Downloads folder. The Problem is, that they are not visible when using the "Downloads App" (They are visible when i use a different filemanager).
As already mentioned here https://stackoverflow.com/a/28184936/5595421 it seems to be because the files weren't actually "downloaded".
So I tried to start a download with a local file Uri, what leads to illegal argument Exception because it appears that DownloadManager can only handle http Uri's.