Set color on foreground notification
This commit is contained in:
@@ -164,6 +164,9 @@ public class WebSocketService extends Service {
|
|||||||
.setContentText(message)
|
.setContentText(message)
|
||||||
.setStyle(new NotificationCompat.BigTextStyle().bigText(message))
|
.setStyle(new NotificationCompat.BigTextStyle().bigText(message))
|
||||||
.setContentIntent(pendingIntent)
|
.setContentIntent(pendingIntent)
|
||||||
|
.setColor(
|
||||||
|
ContextCompat.getColor(
|
||||||
|
getApplicationContext(), R.color.colorPrimary))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
startForeground(NotificationSupport.ID.FOREGROUND, notification);
|
startForeground(NotificationSupport.ID.FOREGROUND, notification);
|
||||||
|
|||||||
Reference in New Issue
Block a user