File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/usb/src/com/android/future/usb Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
import android .util .Log ;
29
29
30
30
/**
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 .
32
32
*
33
33
* <p>You can obtain an instance of this class by calling {@link #getInstance}
34
34
*
@@ -141,7 +141,7 @@ public ParcelFileDescriptor openAccessory(UsbAccessory accessory) {
141
141
/**
142
142
* Returns true if the caller has permission to access the accessory.
143
143
* Permission might have been granted temporarily via
144
- * {@link #requestPermission(android.hardware.usb.UsbAccessory } or
144
+ * {@link #requestPermission} or
145
145
* by the user choosing the caller as the default application for the accessory.
146
146
*
147
147
* @param accessory to check permissions for
You can’t perform that action at this time.
0 commit comments