Re: [android-developers] How To Override the “Back ” button so it doesn’t Finish() my Activity?

2010-06-29 Thread Frank Weiss
> I currently have an Activity that when it gets displayed a > Notification will also get displayed in the Notification bar. I think that's incorrect usage of the notification area. It's for showing status changes and allowing the user to respond to them. I think you're trying to use it as a task

Re: [android-developers] How To Override the “Back ” button so it doesn’t Finish() my Activity?

2010-06-29 Thread Sean Hodges
When the user presses the back button, the activity in the foreground is stopped (and destroyed). This is what always happens, for all apps. What you really want is to restore the state of your activity when it is re-launched. See: http://developer.android.com/intl/fr/reference/android/app/Activit

[android-developers] How To Override the “Back” button so it doesn’t Finish() my Activity?

2010-06-29 Thread draf...@gmail.com
I currently have an Activity that when it gets displayed a Notification will also get displayed in the Notification bar. This is so that when the User presses home and the Activity gets pushed to the background they can get back to the Activity via the Notification. The problem arises when a User