Xamarin-CrossDownloadManager icon indicating copy to clipboard operation
Xamarin-CrossDownloadManager copied to clipboard

Permission needed when NotificationVisibility = hidden

Open large opened this issue 7 years ago • 1 comments

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.

large avatar Mar 02 '18 21:03 large

I guess it would be best to set up a wiki her for that ... I'll leave this here as a todo for me 😉

SimonSimCity avatar Mar 04 '18 05:03 SimonSimCity