From 14dc2d4b84f544c4006646615d8d352f6346111a Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 2 Feb 2012 11:44:08 -0800 Subject: [PATCH] New switch to enable/disable all developer settings. Turning the switch on shows a dialog warning the user to not do this. Turning the switch off resets all development settings. Change-Id: I052b16e6d220fa60298799ace02e69a8a1a02ef2 --- res/values/strings.xml | 4 + .../android/settings/DevelopmentSettings.java | 212 ++++++++++++++++-- 2 files changed, 192 insertions(+), 24 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 842e4e0dcde..6dd0719a9c9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2723,6 +2723,10 @@ Allow USB debugging? USB debugging is intended for development purposes only. Use it to copy data between your computer and your device, install apps on your device without notification, and read log data. + + Allow development settings? + + These settings are intended for development use only. They can cause your device and the applications on it to break or misbehave.