Is there any possibilities to force stop the android application through program. previously i used finish(); method, but by doing this i can only quit the current activity and place back into existing or previous activity. i want to kill or force close the application, is this possible to do in android application. pls guide me to do this..Thanks in advance.
Is there any possibilities to force stop the android application through program. previously i
Share
May be this can be helpful in getting your answer
How to close Android application?
I got some code..may be this is helpful to you
call this on your button’s click event,It’ll exit the application
and yes..before you exit.just call System.gc()..I know it’s just a warning.but it may be helpful in releasing some memory