mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Fix wrong android version in comment
This commit is contained in:
parent
b0c9f29d90
commit
6b75f79f00
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue