I have a service that will run a upload task in foreground then showing a progress in the notification. Since a user may upload multiple times with different id request then the
Use different id for different notification. In this code, you are using same default id so new notification is replacing old one.