mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-05-01 19:21:23 +00:00
-Updated ExoPlayer to r2.5.1.
-Fixes some more deprecations due to Exoplayer and Android O notification updates.
This commit is contained in:
@@ -98,7 +98,7 @@ public class DownloadManagerService extends Service {
|
||||
|
||||
Drawable icon = ContextCompat.getDrawable(this, R.mipmap.ic_launcher);
|
||||
|
||||
Builder builder = new Builder(this)
|
||||
Builder builder = new Builder(this, getString(R.string.notification_channel_id))
|
||||
.setContentIntent(pendingIntent)
|
||||
.setSmallIcon(android.R.drawable.stat_sys_download)
|
||||
.setLargeIcon(((BitmapDrawable) icon).getBitmap())
|
||||
|
||||
Reference in New Issue
Block a user