Re: [android-developers] Multiple Notifications - PendingNotifications with different data?

2010-05-11 Thread Mark Murphy
Nathan wrote: > Let's say I have a background service that performs several tasks. > > As it completes task A, it posts notification A with a certain intent > and some extra data that indicates viewing result of A. > As it completes task B, it posts notification B with a certain intent > and some

Re: [android-developers] Multiple Notifications - PendingNotifications with different data?

2010-05-11 Thread skink
Nathan wrote: > Let's say I have a background service that performs several tasks. > > As it completes task A, it posts notification A with a certain intent > and some extra data that indicates viewing result of A. > As it completes task B, it posts notification B with a certain intent > and some

[android-developers] Multiple Notifications - PendingNotifications with different data?

2010-05-10 Thread Nathan
Let's say I have a background service that performs several tasks. As it completes task A, it posts notification A with a certain intent and some extra data that indicates viewing result of A. As it completes task B, it posts notification B with a certain intent and some extra data that indicates