Your app is working fine on my tablet as well as my mobile. I'm trying to do same thing (to detect usb) in other app but it is not working. I browsed through your source code and found that you are using "usbMan = (UsbManager) context.getSystemService(Context.USB_SERVICE);" I'm doing same thing but its not working. What may be cause?
Your app is working fine on my tablet as well as my mobile. I'm trying to do same thing (to detect usb) in other app but it is not working. I browsed through your source code and found that you are using "usbMan = (UsbManager) context.getSystemService(Context.USB_SERVICE);" I'm doing same thing but its not working. What may be cause?