리스트뷰를 롱클릭 햇을때 다음과같이 구현을 했습니다.
     try {
            startActivity(new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + phonenumber)));       
      } catch (Exception e) {
       e.printStackTrace();
      }

핸드폰에 어플넣고 테스트해봤는데 롱터치를 하면 전화가 안가네요;
띵하는 진동만 오고
뭐가 잘못되었나요