I have a fairly simple app that takes the input from a user and then sets it as a notification. The user can create as many notifications as he/she likes. I want the user to cli
Set different requestCode helps me create and update current intent.
requestCode
val pendingIntent = PendingIntent.getActivity( this, notificationID, intent, PendingIntent.FLAG_UPDATE_CURRENT )