summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/usb/UsbDeviceSettingsManager.java
AgeCommit message (Expand)Author
2011-05-31UsbService: Refactor USB host and device support into two separate classesMike Lockwood
2011-03-13Add a dialog to ask user to start an application for a USB device or accessoryMike Lockwood
2011-03-11Clear default for USB device/accessory when new matching app is installedMike Lockwood
2011-03-10Support for USB accessory URIsMike Lockwood
2011-03-09UsbAccessory: Add URI string, replace type string with descriptionMike Lockwood
2011-03-09Change UsbManager.requestPermission to only grant permission temporarilyMike Lockwood
2011-03-08USB: Add API and dialog for apps to request permissions for USB devices and a...Mike Lockwood
2011-03-08UsbService: Automatically use system apps by default if it is the only choiceMike Lockwood
2011-03-02 UsbManager: Don't display activity picker if there are no apps available ...Mike Lockwood
2011-03-02UsbManager: Don't display activity picker if there are no apps available for ...Mike Lockwood
2011-03-01UsbDeviceSettingsManager: don't write settings file when not necessaryMike Lockwood
2011-03-01Fix UsbDeviceSettingsManager locking.Mike Lockwood
2011-03-01Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood
2011-02-28UsbManager: Enhancements for managing USB devices and accessoriesMike Lockwood