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 2828import 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
You can’t perform that action at this time.
0 commit comments