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

@@ -11266,6 +11266,11 @@
<!-- Developer Settings: Dialog ListPreference option to disable network bandwidth ingress rate limit [CHAR LIMIT=none] -->
<string name="ingress_rate_limit_no_limit_entry">No limit</string>
<!-- Developer settings: Title for disabling phantom process monitoring. [CHAR LIMIT=50]-->
<string name="disable_phantom_process_monitor_title">Disable child process restrictions</string>
<!-- Developer settings: Summary for disabling phantom process monitoring. [CHAR LIMIT=NONE]-->
<string name="disable_phantom_process_monitor_summary">Disable restrictions on the system resource usage of the app child processes</string>
<!-- BT LE Audio Device: Media Broadcast -->
<!-- The title of the Media Broadcast Dialog [CHAR LIMIT=none] -->
<string name="bluetooth_broadcast_dialog_title">Broadcast</string>