From b7e46e89d77574dbb51855144ea3d46fcf220bbb Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Thu, 25 Jun 2009 13:36:00 -0400 Subject: [PATCH] Display a warning dialog when the user enables USB debugging. Signed-off-by: Mike Lockwood --- res/values/strings.xml | 6 ++- .../android/settings/DevelopmentSettings.java | 40 +++++++++++++++++-- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 63b343d58c1..5df6cf595b7 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1457,7 +1457,7 @@ found in the list of installed applications. No shortcut Search + %1$s - + Clear Your shortcut for %1$s (%2$s) will be cleared. @@ -1498,6 +1498,10 @@ found in the list of installed applications. Allow mock locations Allow mock locations + + Enable USB debugging? + + USB debugging is intended for development purposes only. It can be used to copy data between your computer and your device, install applications on your device without notification, and read log data.