package.html revision 9be0105fbc56eb1b1813bb7c5fe258a144867a43
1<HTML>
2<BODY>
3<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/connectivity/usb/index.html">USB</a> guide.</p>
8{@more}
9
10<p>Use {@link android.hardware.usb.UsbManager} to access the state of the USB and to
11communicate with connected hardware peripherals. Use {@link android.hardware.usb.UsbDevice} to
12communicate 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
15</BODY>
16</HTML>