어플 종료

카테고리 없음 2011. 12. 7. 17:07

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

http://blog.naver.com/PostView.nhn?blogId=huewu&logNo=110120532880&categoryNo=0&parentCategoryNo=0&viewDate=&currentPage=1&postListTopCurrentPage=1&isAfterWrite=true&userTopListOpen=true&userTopListCount=5&userTopListManageOpen=false&userTopListCurrentPage=1
블로그 이미지

럭셔리스카이

안드로이드 개발

,