I am using push notifications in my app. I need to display a notification when a push notification delivered. If I send another notification (without clearing the previous notif
simple you have to
change Notification id
mNotificationManager.notify(1, notification);
instead of 1
1
for more refer this Link