From 44460d426bae0a074fe2dbd5cec79b0c370bf1f2 Mon Sep 17 00:00:00 2001 From: daneren2005 Date: Fri, 27 Jun 2014 16:14:22 -0700 Subject: Set Now Playing notification as high priority --- src/github/daneren2005/dsub/util/Notifications.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/github/daneren2005/dsub/util/Notifications.java b/src/github/daneren2005/dsub/util/Notifications.java index ca76e5ba..de4129e9 100644 --- a/src/github/daneren2005/dsub/util/Notifications.java +++ b/src/github/daneren2005/dsub/util/Notifications.java @@ -67,6 +67,7 @@ public final class Notifications { RemoteViews expandedContentView = new RemoteViews(context.getPackageName(), R.layout.notification_expanded); setupViews(expandedContentView,context,song, playing, remote); notification.bigContentView = expandedContentView; + notification.priority = Notification.PRIORITY_HIGH; } RemoteViews smallContentView = new RemoteViews(context.getPackageName(), R.layout.notification); -- cgit v1.2.3