Nevermind, they are being called, however when the onStop/onPause is
called because of the home button, it won't let me launch an activity.
It only lets me if the back key is pressed.

On Nov 27, 3:29 pm, Mark Murphy <[email protected]> wrote:
> dapaintballer331 wrote:
> > So do activities receive anything when the button is pressed?
>
> > I thought activities are paused when they become hidden...
>
> Activities will be called with onPause() and onStop() when the HOME key
> is pressed. They will be called with those two methods in many other
> scenarios, though (incoming phone call, user launches an application
> from a notification, you start up another activity from your own code,
> etc.).
>
> --
> Mark Murphy (a Commons 
> Guy)http://commonsware.com|http://twitter.com/commonsguy
>
> Android 1.6 Programming Books:http://commonsware.com/books

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