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.
当通过蓝牙接收到任何文件时,我的应用程序应该启动。
请告诉我,通过蓝牙接收文件时会触发哪个意图?
没有这样的特定意图动作告诉文件已下载。但是,您应该收听以下广播以检测电话已断开连接,然后以编程方式检查是否下载了文件。
<intent-filter> <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/> </intent-filter>