Hi all,
A quick question (for those who know the answer, anyway):

In my app, user starts a service and shows a notification from
activity A.
The notification creates a PendingIntent that will invoke activity A
should the user tap on it.
The problem with this behavior is that, if the user starts the service
(which shows the notification), drags down the notification bar, then
taps the notification, I now have two activity A's in the display
stack, one on top of the other and both exactly the same.
How can I re-use the original activity A in this situation so the user
isn't duplicating activities?

Thanks,
jsdf

-- 
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

Reply via email to