I\'m creating a notification with RemoteViews from a custom Service, which is running with notification in a foreground mode (that is, service will remain activ
Service
Don't store Notification object, but the Notification.Builder object. Produce new notification every time before pushing it to
Notification
Notification.Builder
NotificationManager.notify( id, notification );