2012-04-16 2 views

답변

0

파일이 다운로드되었음을 알리는 구체적인 의도 의도 조치는 없습니다. 그러나 다음 브로드 캐스트를 수신하여 전화 연결이 끊어 졌음을 감지하고 파일이 다운로드되면 프로그래밍 방식으로 확인해야합니다.

<intent-filter> 
    <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/> 
</intent-filter> 
관련 문제