Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission needed when NotificationVisibility = hidden #80

Open
large opened this issue Mar 2, 2018 · 1 comment
Open

Permission needed when NotificationVisibility = hidden #80

large opened this issue Mar 2, 2018 · 1 comment

Comments

@large
Copy link

large commented Mar 2, 2018

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.

@SimonSimCity
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants