Simple URL Downloader 1.2

License: Free ‎File size: 130.05 KB
‎Users Rating: 0.0/5 - ‎0 ‎votes

ABOUT Simple URL Downloader

*** Note: This is not a video- nor a music-downloader at all. You only can download URLs which can also be downloaded via a browser or something else. So, please, don't down-rate this App, read the manual below, let's go.***

What is Simple URL Downloader ?

Simple URL Downloader is a simple UI to trigger a URL as a download pretty comfortable and quickly. This simple way isn't implemented in Android OS yet, but the call of this URL within a browser affects as a wordaround and triggers the download. But sometimes you don't want to open the URL before you can trigger a download, e.g. images which opens within the browser.

How do I use Simple URL Downloader ?

Simply start a download via the Download-Button. Eine vorhandene URL wird ggfs. aus der Zwischenablage eingefügt oder kann eingetragen werden, ein Titel sorgt aber für mehr Übersichtlichkeit in der Historie. There is a Clipboard-Listener under Settings, which listens for URLs copied to Android Systems' clipboard. All identified URLs will then be added to the notification area, for a download can be triggered as quickly as possible.

What features are available ?

* Trigger URL for a download. The Android System's Download Manager will take care of triggered downloads.* Listen for URLs copied to the Android clipboard and get a notification for quick download.* History of recently triggerd downloads (Left Drawer, Triggered Downloads)* History of captured URLs via listener service (Right Drawer, Captured URLs)* Send/Share URLs with Simple URL Downloader* Receive URLs and provide a simple download dialog

Which permissions are used and why ?

- Full Network Access - INTERNET

This permission is required for using the Android System's Download Manager, not to access or use an Internet connection directly. (Take a look on Google's Android Developer Pages, http://developer.android.com/reference/android/app/DownloadManager.html.)

- Run At Startup - RECEIVE_BOOT_COMPLETED

This permission is required to start services when the device boot completed. Take a look at settings' clipboard listener.