summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Robert Ly <robertly@google.com> 2011-04-04 11:55:23 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2011-04-04 11:55:23 -0700
commitc4740316423fcd669e09408d11fd46227ccb0b05 (patch)
tree1ae614c571ddccef18996b23007e33d699c4779c
parent4b6bf80fad680a42add7cf426bbb0690a1d44fa3 (diff)
parentcbfeda13e7da5c1cdf6f02e76d81ac5f878b1225 (diff)
am cbfeda13: am 6f7e4cb5: am 3f39f653: Adding package description for android.hardware.usb
* commit 'cbfeda13e7da5c1cdf6f02e76d81ac5f878b1225': Adding package description for android.hardware.usb
-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 000000000000..5fd5a30798b3
--- /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