{ "name":"My printer app", "usb_printers":{ "filters":[ //This app can print to the NexusOne and any printer made by Google. {"vendorId":6353,"productId":19985}, {"vendorId":6353,"interfaceClass":7} ] }, ... }
参考
filters(对象数组)- 必需
与支持的设备匹配的 USB 设备过滤器列表。设备只需与所提供的过滤条件之一匹配即可。必须提供 vendorId,并且只能提供 productId 或 interfaceClass 之一。