salema / PodCatcher-Deluxe-Android

The Android PodCatcher Deluxe apps
http://www.podcatcher-deluxe.com
GNU General Public License v3.0
8 stars 5 forks source link

Support Android 6 Runtime Permissions #202

Closed salema closed 8 years ago

salema commented 9 years ago

Android 6 Permission Guards at: DownloadManager.Request.setDestinationUri() EpisodeManager.download() EpisodeManager.deleteDownload() Environment.getExternalStorageDirectory() Context.getExternalFilesDir() Context.getExternalCacheDir()

salema commented 8 years ago

Done