프로그램/Android
안드로이드 종료시 캐시 삭제
알 수 없는 사용자
2013. 3. 15. 01:30
@Override
public void onDestroy() {
super.onDestroy();
clearApplicationCache(null);
}