Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Bluetooth 経由でファイルを受信すると、アプリケーションが起動するはずです。
ファイルが Bluetooth 経由で受信されたときにどのインテントが起動されるか教えてください。
ファイルがダウンロードされたことを示すような特定のインテント アクションはありません。ただし、次のブロードキャストをリッスンして電話が切断されたことを検出し、ファイルがダウンロードされているかどうかをプログラムで確認する必要があります。
<intent-filter> <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/> </intent-filter>