Reputation: 2738
I am using notification in my app. I just wanna make sure that one thing, if i have only one type of notification and should I use the same id each time or what happens if i change id each time generate a notification?
mgrNotificationManager.notify(id, note);
Upvotes: 0
Views: 972