notizklotz / derbund-downloader

Android app to download ePaper issues of the Der Bund newspaper
GNU General Public License v3.0
0 stars 1 forks source link

Support Android 6 permission requests #33

Closed notizklotz closed 8 years ago

notizklotz commented 8 years ago

WRITE_EXTERNAL_STORAGE is the only permission which must be requested at runtime: http://developer.android.com/guide/topics/security/normal-permissions.html

However, it doesn't seem to be necessary anymore on Android 6.0 for the DownloadManager