summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-04-04 10:50:19 -0700
committerRobert Ly <robertly@google.com>2011-04-04 11:07:46 -0700
commit3f39f653a90f9727d13be1e9908f0afb8fe66d6e (patch)
treef27b0a189950a50ba069c563f5c9b9dcbd54f7e2
parentf9cdf7feb47aa142e11862f5694c0a29ac013a51 (diff)
downloadframeworks_base-3f39f653a90f9727d13be1e9908f0afb8fe66d6e.zip
frameworks_base-3f39f653a90f9727d13be1e9908f0afb8fe66d6e.tar.gz
frameworks_base-3f39f653a90f9727d13be1e9908f0afb8fe66d6e.tar.bz2
Adding package description for android.hardware.usb
Change-Id: I4d243424c6747531a1ac6ab2230c2af73bad4fed
-rw-r--r--core/java/android/hardware/usb/package.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/hardware/usb/package.html b/core/java/android/hardware/usb/package.html
new file mode 100644
index 0000000..5fd5a30
--- /dev/null
+++ b/core/java/android/hardware/usb/package.html
@@ -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