media/library
olly 7afdf84a9d Fix DownloadService notification flicker
This type of flicker was visible (at least on my S8) whenever starting
the demo app process (from being properly killed) when other notifications
(e.g. completed download notification) was present.

This change passes whether the service was started as foreground through
the intent, and only applies the show-notification-on-stop hack if it
was. It's only necessary to start as foreground if your app is not already
in the foreground, so it's not necessary to do this from activity/ui
components.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=195594930
2018-05-07 07:25:02 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Fix DownloadService notification flicker 2018-05-07 07:25:02 +01:00
dash Fix DownloadService notification flicker 2018-05-07 07:25:02 +01:00
hls Improve offline support in the demo app 2018-05-07 07:22:53 +01:00
smoothstreaming Improve offline support in the demo app 2018-05-07 07:22:53 +01:00
ui Improve offline support in the demo app 2018-05-07 07:22:53 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.