Android

kill app

aucd29 2015. 3. 23. 16:39
in activity

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