Skip to content

Commit 43707a8

Browse files
committed
UsbManager: minor Javadoc tweak
Change-Id: I44efc54cd2a0991465aabe0ecea1b8a3291014c2 Signed-off-by: Mike Lockwood <lockwood@android.com>
1 parent 78a9766 commit 43707a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/usb/src/com/android/future/usb/UsbManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import android.util.Log;
2929

3030
/**
31-
* This class allows you to access the state of USB, both in host and device mode.
31+
* This is a wrapper class for the USB Manager to support USB accessories.
3232
*
3333
* <p>You can obtain an instance of this class by calling {@link #getInstance}
3434
*
@@ -141,7 +141,7 @@ public ParcelFileDescriptor openAccessory(UsbAccessory accessory) {
141141
/**
142142
* Returns true if the caller has permission to access the accessory.
143143
* Permission might have been granted temporarily via
144-
* {@link #requestPermission(android.hardware.usb.UsbAccessory} or
144+
* {@link #requestPermission} or
145145
* by the user choosing the caller as the default application for the accessory.
146146
*
147147
* @param accessory to check permissions for

0 commit comments

Comments
 (0)