Revert "Delete "background process limit" debug option"

This reverts commit c163eb07ce.

Reason for revert: we did a 180 on MCP deprecation, see b/345628418

Change-Id: I2bd2dd7b8fa5275fa81f75d47919ac70d721cd72
This commit is contained in:
Shai Barack
2024-06-07 19:22:24 +00:00
committed by Android (Google) Code Review
parent c163eb07ce
commit d6f0a89e20
4 changed files with 243 additions and 0 deletions

View File

@@ -675,6 +675,12 @@
android:title="@string/immediately_destroy_activities"
android:summary="@string/immediately_destroy_activities_summary" />
<ListPreference
android:key="app_process_limit"
android:title="@string/app_process_limit_title"
android:entries="@array/app_process_limit_entries"
android:entryValues="@array/app_process_limit_values" />
<Preference
android:key="background_check"
android:fragment="com.android.settings.applications.appops.BackgroundCheckSummary"