Hi All, Any ideas how to do this? Sorry for the reminder mail.
Regards, Siju Mathew On Sep 30, 1:47 pm, Siju <[email protected]> wrote: > Is there a way to accesspendingnotificationor the previousnotificationthat my > application created? > > When I useNotificationmanager and use its setLatestEventInfo() > method the lastnotification(with same intent) is updated. This is > exactly what I want but when I update thenotification, I want to > access the existingnotification'sintent and get the key/value paris > (Extras) and use that information to update thenotification. > > For example in an SMSnotification, I want to to get the current > message (key/value pair or message itself) and update that with the > new value. ( For giving the number ofnotifications, I can use > theNotification.number, but that I want to access more values). > > One workaround that I am thinking is to put the data of firstnotificationin > database or in preference and access it when the > secondnotificationcomes. But this is not exactly what I want, it is > easier to use the existingnotificationinstead of storing in database > or preferences. > > Related Question: What do you suggest I use, Database or Preferences? > Is there a best practise in terms of performance and elegance? > > Thanks and regards > Siju Mathew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

