Xamarin-CrossDownloadManager
Xamarin-CrossDownloadManager copied to clipboard
Permission needed when NotificationVisibility = hidden
FYI, when using the NotificationVisibility = DownloadVisibility.Hidden the permission DOWNLOAD_WITHOUT_NOTIFICATION need to be added to the manifest.
Got exception when trying without on my Oreo project.
Added <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" /> and things worked as expected.
I guess it would be best to set up a wiki her for that ... I'll leave this here as a todo for me 😉