You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When playing music in Android 11 (at least on the emulated Pixel 4 device), showing the player notification causes the device's system UI to crash in a loop until the notification is killed.
Many attempts at fixing this have been tried, but to no avail resulting in one portion of commit e723aff where the ability to show the notification was turned off for Android 11 devices inside GTRadioNotificationManager.
The belief is this has something to do with the images/icons used in the notification, but attempts to correct that also failed.
(See this StackOverflow post)
Might need some help on this one!
Is this only on my Pixel 4 emulator device or is it happening for all Android 11 devices?
What's the root cause?
The text was updated successfully, but these errors were encountered:
When playing music in Android 11 (at least on the emulated Pixel 4 device), showing the player notification causes the device's system UI to crash in a loop until the notification is killed.
Many attempts at fixing this have been tried, but to no avail resulting in one portion of commit e723aff where the ability to show the notification was turned off for Android 11 devices inside GTRadioNotificationManager.
The belief is this has something to do with the images/icons used in the notification, but attempts to correct that also failed.
(See this StackOverflow post)
Might need some help on this one!
The text was updated successfully, but these errors were encountered: