Hello~

1. As android application life cycle, when I press home key my app
will be stopped.
onPause()->onStop()

2. Also If an another app comes to front like an incoming call, my app
will be stopped.
onPause()->onStop()

I want to do something differently in each case.
but both cases go to onStop() equally.
I cannot distinguish which one cause my app stopped.

Is there any way to find out?

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