DownloadManager.Request.setNotificationVisibility fails with SecurityException: invalid value for visibility: 2
You need the following permission in the manifest as per documentation:
<uses-permission
android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />