Files
Android-247-Radio/app
cottongin d451d005c0 fix: register session with addSession() to activate Media3 notifications
MediaSessionService only sets up its internal MediaNotificationManager
when addSession() is called. This normally happens when a MediaController
binds, but since we use custom intents, no controller ever connected.
Calling addSession() after session creation activates the notification
pipeline. Also removed debug logging.

Made-with: Cursor
2026-03-18 06:58:55 -04:00
..