Android

kill app

aucd29 2015. 3. 24. 13:28
in activity

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