목록onkeydown (1)
Hyun Chul's Utopia
뒤로가기 버튼으로 어플 종료하기
안드로이드에서 뒤로가기 버튼을 눌렀을때 KeyEvent를 발생하여 어플리케이션을 종료시킬 수 있는 방법입니다. 우선적으로 프로세스 종료하는 방법중 하나인 KillProcess 가 있습니다. 레퍼런스상의 문서 내용으로 보자면 아래와 같이 명시 되어 있네요.. public static final void killProcess(int pid) Since: API Level 1 Kill the process with the given PID. Note that, though this API allows us to request to kill any process based on its PID, the kernel will still impose standard restrictions on which PIDs y..
프로그래밍/Android
2011. 8. 11. 20:21