summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-03-25 11:03:59 -0400
committerJason Monk <jmonk@google.com>2015-03-25 15:27:09 +0000
commit5dc70b10851656487f8ac6e503fd9daab745aad5 (patch)
treee40f492219d462dcfcc924fe11a564c5a78a87ad /res/xml/development_prefs.xml
parentbecc984a47e3fee9cfa7ec17b36c47ea9300424d (diff)
downloadpackages_apps_Settings-5dc70b10851656487f8ac6e503fd9daab745aad5.zip
packages_apps_Settings-5dc70b10851656487f8ac6e503fd9daab745aad5.tar.gz
packages_apps_Settings-5dc70b10851656487f8ac6e503fd9daab745aad5.tar.bz2
Add running services screen to developer options
This used to live under manage apps, but does no longer. Bug: 19926589 Change-Id: I2554f14205286cc38fc87779873c37a5a1f80c4e
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 71351c4..5f4e666 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -60,6 +60,12 @@
android:fragment="com.android.settings.applications.ProcessStatsUi">
</PreferenceScreen>
+ <PreferenceScreen
+ android:key="running_apps"
+ android:title="@string/runningservices_settings_title"
+ android:summary="@string/runningservices_settings_summary"
+ android:fragment="com.android.settings.applications.RunningServices" />
+
<PreferenceCategory android:key="debug_debugging_category"
android:title="@string/debug_debugging_category">