Android usb通讯活动自动运行

时间:2015-11-08 19:01:07

标签: java android arduino usb

我是开发USB通信应用程序(使用arduino)

当USB设备连接到Android手机,然后我的应用程序自动运行

我不希望在USB连接时自动运行我的应用

请帮帮我

抱歉我的英语技能

1 个答案:

答案 0 :(得分:0)

在Android中你可以使用BroadcastReceiver来检测连接的USB设备,参见ie Detect USB in Broadcastreceiver - what am I missing? http://www.codepool.biz/how-to-monitor-usb-events-on-android.html

usb很复杂,请参阅 http://www.beyondlogic.org/usbnutshell/usb1.shtml

主机和设备之间存在差异,在智能手机等设备上,usb 主机模式被称为usb OTG(移动中),而你的android是连接到arduino的主机大多数情况

请参阅 http://developer.android.com/guide/topics/connectivity/usb/index.html