You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
FYI, when using the
NotificationVisibility = DownloadVisibility.Hidden
the permissionDOWNLOAD_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.The text was updated successfully, but these errors were encountered: