目前自制了一个accessoy可以与android powered device做aoa连接
透过usb与device接上后也顺利出现这画面
https://goo.gl/an2YVr
然而我在撰写device端的app程式时
虽依照developer.android中的相关说明,在AndroidManifest.xml中加入
<intent-filter>
<action
android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>
<meta-data
android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
android:resource="@xml/usb_device_filter" />
然后在建立usb_device_filter.xml中
加入与accessory韧体中相同的manufacturer, model, version字串
但是在accessory插入device后还是一样出现找不到对应app的画面,
app无法自动被通知打开
可以请教各位大大,要让app被accessory通知,还有什麻要素我没注意到的吗?
感恩