Merge "Add a developer option to disable app child process restrictions"

This commit is contained in:
Jing Ji
2022-11-28 19:03:41 +00:00
committed by Android (Google) Code Review
5 changed files with 206 additions and 0 deletions

View File

@@ -672,6 +672,12 @@
<Preference
android:key="reset_shortcut_manager_throttling"
android:title="@string/reset_shortcut_manager_throttling" />
<SwitchPreference
android:key="disable_phantom_process_monitor"
android:title="@string/disable_phantom_process_monitor_title"
android:summary="@string/disable_phantom_process_monitor_summary" />
</PreferenceCategory>
<PreferenceCategory