I am new to Android Things, and I'm trying to power off the usb device that connected to the i.MX7 Dual. After I read https://developer.android.com/guide/topics/connectivity/usb/host.html#api , I find that there is no result of the VID and PID of it.
My question is that I just want to control my device via power on and power off it, how can I do it? Thanks in advance.