this must be simple and i know i'm missing something basic ...

i have a notification that counts some things. until the user clicks the notification, the count keeps increasing. once they click it, it should go back to zero. i can't figure out how to hook into when the notification is clicked. i have an intent that opens an activity when its clicked, but since the activity already exists, and may be in the foreground, i assume none of the lifecycle events are being called.

???

thanks.
--

Reply via email to