blob: b32e0df2d2592049077ec9159a0ff532aed6f80d [file] [log] [blame]
Robert Ly3f39f652011-04-04 10:50:19 -07001<HTML>
2<BODY>
Joe Fernandez3aef8e1d2011-12-20 10:38:34 -08003<p>Provides support to communicate with USB hardware peripherals that are connected to
4Android-powered devices.</p>
5
6<p>For more information, see the
7<a href="{@docRoot}guide/topics/usb/index.html">USB</a> developer guide.</p>
8{@more}
9
10<p>Use {@link android.hardware.usb.UsbManager} to access the state of the USB and to
Robert Ly3f39f652011-04-04 10:50:19 -070011communicate with connected hardware peripherals. Use {@link android.hardware.usb.UsbDevice} to
Joe Fernandez3aef8e1d2011-12-20 10:38:34 -080012communicate with the hardware peripheral if the Android-powered device is acting as the USB host.
13Use {@link android.hardware.usb.UsbAccessory} if the peripheral is acting as the USB host.</p>
14
Robert Ly3f39f652011-04-04 10:50:19 -070015</BODY>
16</HTML>