Reading though Android 13 changes, I've noticed that we now need to add android.permission.POST_NOTIFICATIONS in the manifest.
As Exoplayer provides a DownloadService should the next versions of Exoplayer/Media3 add this permission and implements something about it ?
Reading though Android 13 changes, I've noticed that we now need to add
android.permission.POST_NOTIFICATIONSin the manifest.As Exoplayer provides a
DownloadServiceshould the next versions of Exoplayer/Media3 add this permission and implements something about it ?