Hi!

I need to handle in someway if my activity is being restarted after
pressing the home button or is it just happend thanks to the back
button.

The scenario is as follow:

Everytime I go out from my app and then go back, I have to make some
security checks. So I override the onRestart() method, but this method
is also call when I press the back button and navigate from one
activity to the previous one inside my app. In this case, I dont need
to check anything, but I really dont know who to handle this
situation.

any ideas?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to