media/libraries/session/src
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
..
androidTest Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
main Use Service.stopForeground(int) on API 24+ 2022-10-24 10:41:47 +00:00
test Misc fix on DefaultMediaNotificationProviderTest 2022-10-17 15:33:14 +00:00