I want to create a notification without canceling/deleting previous notifications from my app. Here is my code for creating a notification:
private void notifica
Use variable id for notification, I have faced this issue 1 Hour ago And used this technique to overcome this issue.
val id= Random(System.currentTimeMillis()).nextInt(1000) mNotificationManager?.notify(id, mBuilder.build())