private int NOTIFY_ID = 1; mNotificationManager.notify(NOTIFY_ID++, notification);
hey we replaced the code like this but now alo we are geting like same as before On Nov 12, 1:15 pm, Pent <[email protected]> wrote: > I would guess it's because you're using the same notify ID for both. > > Pent -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

