Solved it <grins> Turns out I was passing the flags to wrong part. Instead of passing them to the PendingIntent (like I thought) I needed to pass them through to the Intent via setFlags() method. Now when I click on the status bar notification it jumps to the Activity I want and when pressing back it takes me to my Main Activity.
Regards Anthoni -- 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

