The back button will take user to a non-finished activity - normal
behavior.
The home button should not leave an activity visible, but if you have
a non-ui thread still running then that could bring an activity back
to view.
I kill naughty threads in carefully thought out life cycle methods and
cancel thread methods.

But if you finish(); an activity when going to the next, then it
should not cone back to view unless you start it again with an intent.


On Jun 16, 8:47 am, HariRam <hariram1...@gmail.com> wrote:
> How to quit the app or force close the app when multiple activity running in
> background. I tried to give system.exit(0), but this will works only having
> single activity. In my app i have 3 activity when i tried system.exit it
> kills that particular activity and go back to previous activity. please
> guide me to solve this..
> --
> Thanks and
> Regards
> Hariram

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