Android

서비스 종료 하기

Machine_웅 2018. 6. 14. 19:54
728x90
반응형

//서비스 종료
try{
stopService(new Intent(this, socketService.class));//종료방식
}catch(Exception e){

}

stopService 를 사용

728x90
반응형