Hi guys..........

               We know that to close an activity we use finish();. Is
there anyway to close entire app by calling finish(); i mean to close
all the activities in the back stack by a single command. What i'm
following now is calling startActivityForResult() from each activity
and then writing the finish() in onactivityResult().

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