I am developing an application for google tv and I would like to read an image from a USB Flash Drive connected to the google tv and show it in my application. I already know how to show the image but I dont know how to read it from the usb. I tried with this code:
File imgFile = new File("sdcard/image/1.jpg");
But it doesn't work for the usb.