blob: b32e0df2d2592049077ec9159a0ff532aed6f80d [file] [log] [blame]
<HTML>
<BODY>
<p>Provides support to communicate with USB hardware peripherals that are connected to
Android-powered devices.</p>
<p>For more information, see the
<a href="{@docRoot}guide/topics/usb/index.html">USB</a> developer guide.</p>
{@more}
<p>Use {@link android.hardware.usb.UsbManager} to access the state of the USB and to
communicate with connected hardware peripherals. Use {@link android.hardware.usb.UsbDevice} to
communicate with the hardware peripheral if the Android-powered device is acting as the USB host.
Use {@link android.hardware.usb.UsbAccessory} if the peripheral is acting as the USB host.</p>
</BODY>
</HTML>