summaryrefslogtreecommitdiffstats
path: root/libs/usb
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-04-11 14:24:11 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-04-11 14:24:11 -0700
commit9e13c7e5d787252b2a88aace1115b51a95e16b5d (patch)
treed84ae47d7a6c89511c151028df3094e01e8c67c0 /libs/usb
parentf953d3e2eac2af121e4b83f6bf613e0800fd7952 (diff)
parent9645081cc7f31e1151fedbcd5932a100719e91e4 (diff)
downloadframeworks_base-9e13c7e5d787252b2a88aace1115b51a95e16b5d.zip
frameworks_base-9e13c7e5d787252b2a88aace1115b51a95e16b5d.tar.gz
frameworks_base-9e13c7e5d787252b2a88aace1115b51a95e16b5d.tar.bz2
am 9645081c: am 43707a83: UsbManager: minor Javadoc tweak
* commit '9645081cc7f31e1151fedbcd5932a100719e91e4': UsbManager: minor Javadoc tweak
Diffstat (limited to 'libs/usb')
-rw-r--r--libs/usb/src/com/android/future/usb/UsbManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/usb/src/com/android/future/usb/UsbManager.java b/libs/usb/src/com/android/future/usb/UsbManager.java
index d424b63..91d8e8a 100644
--- a/libs/usb/src/com/android/future/usb/UsbManager.java
+++ b/libs/usb/src/com/android/future/usb/UsbManager.java
@@ -28,7 +28,7 @@ import android.os.ServiceManager;
import android.util.Log;
/**
- * This class allows you to access the state of USB, both in host and device mode.
+ * This is a wrapper class for the USB Manager to support USB accessories.
*
* <p>You can obtain an instance of this class by calling {@link #getInstance}
*
@@ -141,7 +141,7 @@ public class UsbManager {
/**
* Returns true if the caller has permission to access the accessory.
* Permission might have been granted temporarily via
- * {@link #requestPermission(android.hardware.usb.UsbAccessory} or
+ * {@link #requestPermission} or
* by the user choosing the caller as the default application for the accessory.
*
* @param accessory to check permissions for