Add running services screen to developer options

This used to live under manage apps, but does no longer.

Bug: 19926589
Change-Id: I2554f14205286cc38fc87779873c37a5a1f80c4e
This commit is contained in:
Jason Monk
2015-03-25 11:03:59 -04:00
parent becc984a47
commit 5dc70b1085
3 changed files with 136 additions and 1 deletions

View File

@@ -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">