1
0
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:
John Zhen M
2017-08-18 11:07:57 -07:00
parent 85108be686
commit 2b2e954b84
7 changed files with 32 additions and 14 deletions

View File

@@ -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())