summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/usb/package.html
blob: 4065de324d26dd231d6873d67807feb5622779a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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/connectivity/usb/index.html">USB</a> 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>