media/libraries/session/src
christosts 0727b1f6f2 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
(cherry picked from commit 601eaba7a6)
2022-10-19 13:41:26 +00:00
..
androidTest Fix instrumentation tests not working via Gradle 2022-09-20 15:25:38 +00:00
main Use Service.stopForeground(int) on API 24+ 2022-10-19 13:41:26 +00:00
test Misc fix on DefaultMediaNotificationProviderTest 2022-10-05 17:22:40 +00:00