Is there is any way to exit completely from application.? For example i developed one application.It contains 1 activity.It contains the form having a button.When user click the button it exit from app (calling finish() method of activity). When i run the app in my phone.After i click the button .It will come out of application. But when i click menu->settings->manage application->then i click my application.It shows my app is running.It shows 2 buttons enabled "force close" ,"uninstall". my assumtion is finish() only close the activity. Is there is any method to completely come out/exit from application?
-- 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

