media/libraries/session/src/main/java
christosts 601eaba7a6 Use Service.stopForeground(int) on API 24+
The MediaNotficationManager stops the service from the foreground
calling Service.stopForeground(boolean) which is deprecated in API 33.
This change calls Service.stopForeground(int), which was added in API
24.

#minor-release

PiperOrigin-RevId: 482190332
2022-10-24 10:41:47 +00:00
..
androidx/media3/session Use Service.stopForeground(int) on API 24+ 2022-10-24 10:41:47 +00:00