Hi everyone, I have (what i hope is) a simple question. I would like to remove my status bar notification when a user clicks on without my app being brought into the foreground in the process.
I have tried creating a new class/intent that clears my notification then calls finish() in the onStart and onCreate methods. It clears the notification, but my app is still opened as a result of the click on the notification. Any help would be appreciated. Thanks! -- //Nick Richardson //[email protected] -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

