Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e13c7e5 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 9645081c: am 43707a83: UsbManager: minor Javadoc tweak

* commit '9645081c':
  UsbManager: minor Javadoc tweak
parents f953d3e2 9645081c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ import android.os.ServiceManager;
import android.util.Log;
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}
 * <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.
     * Returns true if the caller has permission to access the accessory.
     * Permission might have been granted temporarily via
     * 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.
     * by the user choosing the caller as the default application for the accessory.
     *
     *
     * @param accessory to check permissions for
     * @param accessory to check permissions for