Fix wrong android version in comment

This commit is contained in:
advplyr 2022-05-08 15:01:36 -05:00
parent b0c9f29d90
commit 6b75f79f00

View file

@ -247,7 +247,7 @@ class PlayerNotificationService : MediaBrowserServiceCompat() {
override fun getMediaDescription(player: Player, windowIndex: Int): MediaDescriptionCompat {
val coverUri = currentPlaybackSession!!.getCoverUri()
// Fix for local images crashing on Android 10 for specific devices
// Fix for local images crashing on Android 11 for specific devices
// https://stackoverflow.com/questions/64186578/android-11-mediastyle-notification-crash/64232958#64232958
ctx.grantUriPermission(
"com.android.systemui",