OSDN Git Service

Adding package description for android.hardware.usb
authorRobert Ly <robertly@google.com>
Mon, 4 Apr 2011 17:50:19 +0000 (10:50 -0700)
committerRobert Ly <robertly@google.com>
Mon, 4 Apr 2011 18:07:46 +0000 (11:07 -0700)
Change-Id: I4d243424c6747531a1ac6ab2230c2af73bad4fed

core/java/android/hardware/usb/package.html [new file with mode: 0644]

diff --git a/core/java/android/hardware/usb/package.html b/core/java/android/hardware/usb/package.html
new file mode 100644 (file)
index 0000000..5fd5a30
--- /dev/null
@@ -0,0 +1,9 @@
+<HTML>
+<BODY>
+<p>Provides support to communicate with USB hardware peripherals that are connected to Android-powered
+devices. 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>
\ No newline at end of file