androidx / androidx/media

Inconsistent Cast notification configuration between CastParams and manifest options

Open
#3,378 2 comments 0 reactions 2 assignees View on GitHub

@tanay187 is already working on this.

Since Aug 19, 2026.

bug needs triage
Dominant language
Java
Stars
3k
Forks
955
Avg merge
12d 14h
Merged PRs (30d)
2

Description

Version

Media3 1.11.0

More version details

Cast Params were introduced in version 1.11.0 and now the documentation recommends them over the old manifest-provided cast options. However, they seem to behave differently.

When using CastParams, we can't disable the Cast session notification, so we're forced to use the old method.

https://github.com/user-attachments/assets/9fbd79e0-34e8-4a51-afca-40739c1dc0d7

For some reason the old method just doesn't work as per documentation. Both the Cast SDk documentation and media3's docs mention to use setNotificationOptions(null) with setMediaSessionEnabled(false) to get rid of the notification, but it only worked for me when I passed an empty builder instead of null.

https://github.com/user-attachments/assets/f8cd3c63-dd11-4669-bd8c-eff98661d645

https://github.com/user-attachments/assets/1c440845-d3e8-472c-a1ed-cc1c1a704a47

Devices that reproduce the issue

Samsung S25+ (Api 36.1)

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps
  1. Use manifest initialized cast options with setNotificationOptions = null and setMediaSessionEnabled = false
  2. Play media in media session demo
  3. Connect to Cast
Expected result

No cast session notification, only app session notification

Actual result

Cast session notification is shown

Media

Album Folder -> Wake Up -> Play

Bug Report
  • You will email the zip file produced by adb bugreport to android-media-github@google.com after filing this issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.