From eddc4fe89c020cbfedd5531cc2c13782034a8158 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 1 Jul 2011 18:56:09 -0700 Subject: Move the main interesting DevTools settings into the main settings app. These are in the "development" section of the settings app, expanding on ADB and other stuff that is already there. Change-Id: I61a4955df0c548dcf1f39be46d21e8b8d02e454a --- res/values/arrays.xml | 60 +++++++++++++++++++++++++++++++++++++++++++ res/values/strings.xml | 42 ++++++++++++++++++++++++++++++ res/xml/development_prefs.xml | 57 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 159 insertions(+) (limited to 'res') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index c0578fa..8a7d9a3 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -613,6 +613,66 @@ Always use HDCP checking + + + Animation off + Animation scale .5x + Animation scale 1x + Animation scale 1.5x + Animation scale 2x + Animation scale 5x + Animation scale 10x + + + + + 0 + .5 + 1 + 1.5 + 2 + 5 + 10 + + + + + Animation off + Animation scale .5x + Animation scale 1x + Animation scale 1.5x + Animation scale 2x + Animation scale 5x + Animation scale 10x + + + + + 0 + .5 + 1 + 1.5 + 2 + 5 + 10 + + + + + No app process limit + Max 1 app process + Max 2 app processes + Max 3 app processes + + + + + 0 + 1 + 2 + 3 + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 93a7720..95b6f69 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3408,6 +3408,48 @@ found in the list of installed applications. Set HDCP checking behavior + + User interface + + + Strict mode enabled + + Flash screen when apps do long operations + on main thread + + + Pointer location + + Screen overlay showing current touch data + + + Show screen updates + + Flash areas of screen when they update + + + Show CPU usage + + Screen overlay showing current CPU usage + + + Window animation scale + + + Transition animation scale + + + Applications + + + Immediately destroy activities + + Destroy every activity as soon as + the user leaves it + + + Application process limit + Data usage diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 292206a..a73e7d1 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -38,4 +38,61 @@ android:dialogTitle="@string/hdcp_checking_dialog_title" android:entries="@array/hdcp_checking_titles" android:entryValues="@array/hdcp_checking_values" /> + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1