Commit 503a911a by olly Committed by Oliver Woodman

Use correct IntDef

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=193651020
parent 80c28f14
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
package com.google.android.exoplayer2.demo; package com.google.android.exoplayer2.demo;
import android.app.Notification; import android.app.Notification;
import android.app.NotificationManager;
import android.util.Pair; import android.util.Pair;
import com.google.android.exoplayer2.offline.DownloadManager; import com.google.android.exoplayer2.offline.DownloadManager;
import com.google.android.exoplayer2.offline.DownloadManager.DownloadState; import com.google.android.exoplayer2.offline.DownloadManager.DownloadState;
...@@ -54,7 +53,7 @@ public class DemoDownloadService extends DownloadService { ...@@ -54,7 +53,7 @@ public class DemoDownloadService extends DownloadService {
this, this,
CHANNEL_ID, CHANNEL_ID,
R.string.download_notifications_channel_name, R.string.download_notifications_channel_name,
NotificationManager.IMPORTANCE_LOW); NotificationUtil.IMPORTANCE_LOW);
super.onCreate(); super.onCreate();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment