Small fixes
This commit is contained in:
parent
cb11044999
commit
d3d37ccab3
12 changed files with 26 additions and 17 deletions
|
|
@ -46,7 +46,7 @@ public class PlayingNotificationHelper {
|
|||
R.layout.notification_playing_expanded);
|
||||
|
||||
notification = new NotificationCompat.Builder(service)
|
||||
.setSmallIcon(R.drawable.notification_icon)
|
||||
.setSmallIcon(R.drawable.ic_audiotrack_white_24dp)
|
||||
.setContentIntent(getOpenMusicControllerPendingIntent())
|
||||
.setCategory(NotificationCompat.CATEGORY_PROGRESS)
|
||||
.setPriority(NotificationCompat.PRIORITY_MAX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue