I need to disable/enable a USB port from an Android device, the project is Xamarin Android.
I've just test the USBManager class, from USB Host API, but I need to detach the USB device programmaticaly, and not only disconnect it.
Are there some libraries or work around to manage this kind of problems?
Thanks.