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:
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user