From 4e68bd420b6cfdbeadb5e69aa6448665b2da762b Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Wed, 25 Apr 2012 18:06:00 -0700 Subject: 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 --- packages/SystemUI/AndroidManifest.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/SystemUI/AndroidManifest.xml') diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index e13378fac81e..2eee31d4551f 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -132,6 +132,14 @@ android:excludeFromRecents="true"> + + + +