Home | History | Annotate | Download | only in usb
      1 <HTML>
      2 <BODY>
      3 <p>Provides support to communicate with USB hardware peripherals that are connected to 
      4 Android-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
     11 communicate with connected hardware peripherals. Use {@link android.hardware.usb.UsbDevice} to
     12 communicate with the hardware peripheral if the Android-powered device is acting as the USB host.
     13 Use {@link android.hardware.usb.UsbAccessory} if the peripheral is acting as the USB host.</p>
     14 
     15 </BODY>
     16 </HTML>