missed a SuppressLint

This commit is contained in:
Tom Hennen 2015-11-07 15:32:21 -05:00
parent 42e6dffc82
commit 3b13ff1faa

View File

@ -786,7 +786,6 @@ public class PlaybackService extends Service {
/** /**
* Prepares notification and starts the service in the foreground. * Prepares notification and starts the service in the foreground.
*/ */
@SuppressLint("NewApi")
private void setupNotification(final PlaybackServiceMediaPlayer.PSMPInfo info) { private void setupNotification(final PlaybackServiceMediaPlayer.PSMPInfo info) {
final PendingIntent pIntent = PendingIntent.getActivity(this, 0, final PendingIntent pIntent = PendingIntent.getActivity(this, 0,
PlaybackService.getPlayerActivityIntent(this), PlaybackService.getPlayerActivityIntent(this),