History log of /frameworks/base/services/java/com/android/server/usb/UsbDebuggingManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd7a17c645761ac0b64c75346b159dd30cbcb01c 22-Dec-2012 Benoit Goby <benoit@android.com> UsbDebuggingManager: Add interface to clear secure adb keys

This is called from Settings that has a button to clear secure
adb public keys installed on the device.

Change-Id: I63ef499c049766ef13ea6cb0594ed6719f35e5f3
/frameworks/base/services/java/com/android/server/usb/UsbDebuggingManager.java
509bf2d2cf60201149b4e7711bbcdede8b744791 30-Aug-2012 Benoit Goby <benoit@android.com> UsbDebuggingManager: Fix restart when toggling USB debugging

Change-Id: Iaaec9162b03c4ea77735d096eec670392c61308a
/frameworks/base/services/java/com/android/server/usb/UsbDebuggingManager.java
37ce5c5d5e8216f02230aeb89b147c0395e18329 29-Aug-2012 Benoit Goby <benoit@android.com> UsbDebuggingManager: add missing break in switch

Bug: 7079044
Change-Id: Icf4090e79af47db7d068981537c97f2028d8e405
/frameworks/base/services/java/com/android/server/usb/UsbDebuggingManager.java
4e68bd420b6cfdbeadb5e69aa6448665b2da762b 26-Apr-2012 Benoit Goby <benoit@android.com> Add UsbDebuggingManager and UsbDebuggingActivity

The UsbDebuggingManager listens to adbd requests and displays a dialog
when the public key authentification fails, for the user to confirm if it
wants to allow USB debugging from the attached host. If the user chooses
to always allow USB debugging, the UsbDebuggingManager writes the public
key to adbd's config file so that the public key authenfication succeeds
next time.

Change-Id: I115c828331d8e326c380844ee33915d5dff22260
/frameworks/base/services/java/com/android/server/usb/UsbDebuggingManager.java