smanikandan14 / ThinDownloadManager

To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Apache License 2.0
783 stars 185 forks source link

Is it possible to hide my donwload file? user can not access file by external sources. #128

Open ajayqualwebs opened 5 years ago

sushilsolanki8875 commented 4 years ago

Any update on this?

imrankhanluhar commented 2 years ago

Yes, @sushilsolanki8875, you can do this by saving the file without an extension, and when you retrieve the file add the extension again to open the file.