Some time we need to stop the activity forcefully. You just
need to call activity method to do this by.
this.finish();
Some time the above method is not performing so you can use
the below code which will stop the process;
Process.killProcess(android.os.Process.myPid());
System.exit(0);
No comments:
Post a Comment