1. 5201f1e Do not access MTP devices when disabled. by Philip P. Moltmann · 8 years ago
  2. 3e15a43 Merge \"docs: fixed broken link in UsbManager javadocs\" into nyc-dev by Mark Lu · 8 years ago
  3. 8b73990 docs: fixed broken link in UsbManager javadocs by Mark Lu · 8 years ago
  4. 244259a Adding grantPermission for packageName by Johan T. Halseth · 8 years ago
  5. 618fa6f Add USB_HOST_CONNECTED extra to ACTION_USB_STATE sticky intent. by Daichi Hirono · 8 years ago
  6. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  7. 4751880 Grant USB device permission by using system permission. by Daichi Hirono · 9 years ago
  8. 48b9a7c Broadcast ACTION_USB_STATE only if necessary. by Yasuhiro Matsuda · 9 years ago
  9. 1a008c1 UsbDeviceManager: fix b/21429947 regression (try #2) by Nick Kralevich · 9 years ago
  10. 76c4c66 Add USB port manager. by Jeff Brown · 9 years ago
  11. 460a146 Clean up USB Manager and fix ADB. by Jeff Brown · 9 years ago
  12. 6740190 Fix USB access control when adb is disabled. by Nick Kralevich · 9 years ago
  13. fcf10f7 Modify how USB connections are handled. by Nick Kralevich · 9 years ago
  14. d9c7f24 UsbManager / UsbService / UsbDeviceManager: delete unused code by Nick Kralevich · 9 years ago
  15. 2a57bc7 MidiManager: Add USB peripheral MIDI support by Mike Lockwood · 10 years ago
  16. 1567a43 Fix typo in UsbManager javadoc. by mike wakerly · 12 years ago
  17. 9d5a4be Add Intents to notify when USB audio devices or accessories are attached by Mike Lockwood · 12 years ago
  18. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  19. e51099f UsbManager: add getDefaultFunction() by Mike Lockwood · 13 years ago
  20. 875c24b UsbManager: document that passing null setCurrentFunction restores default function by Mike Lockwood · 13 years ago
  21. f59717d Combine UsbManager.setPrimaryFunction and setDefaultFunction by Mike Lockwood · 13 years ago
  22. 02e4569 USB: Support for new USB gadget drivers by Mike Lockwood · 13 years ago
  23. 9eb014a UsbManager: Clean up extras for ACTION_USB_STATE broadcast by Mike Lockwood · 13 years ago
  24. 11dd5ae Improve Javadoc for USB Manager and MTP/PTP support. by Mike Lockwood · 13 years ago
  25. 62cfeeb USB: minor cleanup work by Mike Lockwood · 13 years ago
  26. a75075e1 UsbManager: Hide APIs not needed for USB host or accessory support. by Mike Lockwood · 13 years ago
  27. acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 13 years ago
  28. 980f043 UsbManager: Fix broken Javadoc links by Mike Lockwood · 13 years ago
  29. c6f23e8 Change UsbManager.requestPermission to only grant permission temporarily by Mike Lockwood · 13 years ago
  30. 3a68b83 USB: Add API and dialog for apps to request permissions for USB devices and accessories by Mike Lockwood · 13 years ago
  31. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 13 years ago[Renamed (95%) from core/java/android/hardware/UsbManager.java]
  32. 02eb874 UsbManager: Enhancements for managing USB devices and accessories by Mike Lockwood · 13 years ago
  33. 188d00b UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts by Mike Lockwood · 13 years ago
  34. 9182d3c UsbManager: New APIs for USB accessories by Mike Lockwood · 13 years ago
  35. e7d511e New APIs for USB host support: by Mike Lockwood · 14 years ago
  36. 264f6cd Temporarily remove UsbManager support for USB host. by Mike Lockwood · 14 years ago
  37. d07c9d5 UsbManager: Add methods to convert between USB device names and IDs by Mike Lockwood · 14 years ago
  38. b92df0f Clean up USB notifications: by Mike Lockwood · 14 years ago
  39. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 14 years ago[Renamed (99%) from core/java/android/hardware/Usb.java]
  40. 08bff3b USB: Add functions for querying if a USB function is supported and enabled. by Mike Lockwood · 14 years ago
  41. da39f0e Send Intents when PTP compatible devices are connected/disconnected to USB by Mike Lockwood · 14 years ago
  42. 709981e Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state by Mike Lockwood · 14 years ago
  43. 2423607 Add a new UEventObserver subclass to broadcast an Intent whe USB state changes. by Mike Lockwood · 14 years ago