Details
-
Type:
Improvement
-
Status: Needs Design
-
Priority:
Major
-
Resolution: Unresolved
Description
When a new notification coming from the sync service, it will replace the old notification. A better approach would be to display history of notification in a stacked way.
See this Updating Notification article to see how we can update our notification.
// add the following property in the activity to use a single notification builder. private NotificationCompat.Builder mNotifyBuilder;