Proper way to close a USB accessory connection

 ̄綄美尐妖づ 提交于 2019-11-30 01:43:18

The problem is that the reading thread never exits, thus the file descriptor stays open, and cannot be opened again when the app is resumed.

This has been confirmed to be a bug: http://code.google.com/p/android/issues/detail?id=20545

Vote on this bug if you care about it.

try to reconnect twice it seams that the first time that is unsuccess will close the connection and then try again to open it will work! for me it worked!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!