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`](https://github.com/google/ExoPlayer/blob/release-v2/library/core/src/main/java/com/google/android/exoplayer2/offline/DownloadService.java) should the next versions of Exoplayer/Media3 add this permission and implements something about it ?