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
Custom media notification provider is not applied, default provider (-> default icon) is used.
setForegroundServiceTimeoutMs instantiates the MediaNotificationManager, which reads from this.mediaNotificationProvider field, but if we set the field after manager is already created, nothing will happen.
I believe this should be documented, and setMediaNotificationProvider() should just throw IllegalStateException if MediaNotificationManager already created.