이 세 줄이면 간단하게 해결된다.

moveTaskToBack(true);
finish();
android.os.Process.killProcess(android.os.Process.myPid());

 

 

Posted by 디데잉
,