Use APKPure App
Get ThinDownloadManager old version APK for Android
एक Android पुस्तकालय DOWNLOAD_WITHOUT_NOTIFICATION अनुमति का उपयोग कर से बचने के लिए
There are few reasons why you might want to use this library.
* There are situations where you wanted to download a file into application's sandboxed cache or files directory where no one else can access to. DownloadManager provided by android does not have facility to download directly to application's cache or files directory (/data/data//cache/ or /data/data//files/). It can only accept destination in external SDcard as download destination. And if you are not using application's external file directory as destination i.e (setDestinationInExternalFilesDir()) you have to have *android.permission.WRITE_EXTERNAL_STORAGE*
Most of the times we download using Android's DownloadManager to external files directory and upon successful completion move the downloaded file to the sandboxed application's cache/file directory to avoid writing a own download manager which is a bit tedious. This library is handy in such situations.
* No additional permissions required. Any download initiated by your application using android DownloadManager would throw a progress notification on status bar letting user know that you are downloading a file. So you end up using setVisibleInDownloadsUi(false) & having this permission android.permission.DOWNLOAD_WITHOUT_NOTIFICATION. When users install your app, they would be shown this permission and it makes them scary not to install your app because you are downloading some files without user's notification. Why give a chance of user not installing your app for this permission. You definetly need this library in this case.
* Volley - Google recommended Networking library for android doesn't have options to download a file.
More details can be obtained from here
https://github.com/smanikandan14/ThinDownloadManager
Last updated on Jan 11, 2017
Minor bug fixes and improvements. Install or update to the newest version to check it out!
द्वारा डाली गई
Giorgi Bedianashvili
Android ज़रूरी है
Android 2.3.2+
श्रेणी
रिपोर्ट
ThinDownloadManager Demo
1.0 by Manii
Jan 11, 2017