blob: e443027075b204e167fe93c0ea5506697de8fd2d [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Selim Gurun029c13e2014-05-05 16:02:41 -07007
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08008 http://www.apache.org/licenses/LICENSE-2.0
Selim Gurun029c13e2014-05-05 16:02:41 -07009
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
Sudheer Shankac779bec2016-04-19 22:48:26 -070018 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
Fan Zhangd57ce3a2017-04-26 17:10:52 -070019 android:key="development_prefs_screen"
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080020 android:title="@string/development_settings_title">
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070021 <com.android.settings.BugreportPreference
22 android:key="bugreport"
Dianne Hackborn2d803a32012-08-07 11:26:32 -070023 android:title="@*android:string/bugreport_title"
24 android:dialogTitle="@*android:string/bugreport_title" />
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070025
Fan Zhang1c118b52016-12-09 13:04:24 -080026 <Preference
Christopher Tatefac0ea72011-08-12 17:22:41 -070027 android:key="local_backup_password"
28 android:title="@string/local_backup_password_title"
29 android:summary="@string/local_backup_password_summary_none"
30 android:persistent="false" >
31 <intent
32 android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
33 android:targetPackage="com.android.settings"
34 android:targetClass="com.android.settings.SetFullBackupPassword" />
Fan Zhang1c118b52016-12-09 13:04:24 -080035 </Preference>
Christopher Tatefac0ea72011-08-12 17:22:41 -070036
Sudheer Shankac779bec2016-04-19 22:48:26 -070037 <com.android.settingslib.RestrictedSwitchPreference
Selim Gurun029c13e2014-05-05 16:02:41 -070038 android:key="keep_screen_on"
39 android:title="@string/keep_screen_on"
Sudheer Shankac779bec2016-04-19 22:48:26 -070040 android:summary="@string/keep_screen_on_summary"
41 settings:useAdditionalSummary="true" />
Dianne Hackborn9244df42012-02-14 13:25:41 -080042
43 <ListPreference
44 android:key="hdcp_checking"
45 android:title="@string/hdcp_checking_title"
46 android:dialogTitle="@string/hdcp_checking_dialog_title"
47 android:entries="@array/hdcp_checking_titles"
48 android:entryValues="@array/hdcp_checking_values" />
49
Fabrice Di Meglio88638732014-10-14 16:43:37 -070050 <SwitchPreference
Zhihai Xu84bbb542013-07-26 13:33:16 -070051 android:key="bt_hci_snoop_log"
52 android:title="@string/bt_hci_snoop_log"
53 android:summary="@string/bt_hci_snoop_log_summary"/>
54
Mahaver Chopradcf3d7c2016-05-11 18:18:23 +010055 <com.android.settingslib.RestrictedSwitchPreference
Andres Moralesce249fe2014-07-07 16:58:16 -070056 android:key="oem_unlock_enable"
57 android:title="@string/oem_unlock_enable"
Mahaver Chopradcf3d7c2016-05-11 18:18:23 +010058 android:summary="@string/oem_unlock_enable_summary"
59 settings:useAdditionalSummary="true"/>
Andres Moralesce249fe2014-07-07 16:58:16 -070060
Fan Zhang1c118b52016-12-09 13:04:24 -080061 <Preference
Jason Monk5dc70b12015-03-25 11:03:59 -040062 android:key="running_apps"
63 android:title="@string/runningservices_settings_title"
64 android:summary="@string/runningservices_settings_summary"
65 android:fragment="com.android.settings.applications.RunningServices" />
66
Fan Zhang1c118b52016-12-09 13:04:24 -080067 <Preference
Paul Lawrenceacbac8c2015-11-02 12:42:42 -080068 android:key="convert_to_file_encryption"
69 android:title="@string/convert_to_file_encryption"
70 android:summary="@string/convert_to_file_encryption_enabled"
Paul Lawrence0e1a46c2015-11-04 05:09:02 -080071 android:fragment="com.android.settings.applications.ConvertToFbe" />
Paul Lawrenceacbac8c2015-11-02 12:42:42 -080072
Fan Zhang11d2d682017-03-17 16:19:26 -070073 <com.android.settings.development.ColorModePreference
Romain Guy305f9002017-06-05 18:44:47 -070074 android:key="picture_color_mode"
Jason Monk16a8e8d2015-09-23 16:08:13 -040075 android:title="@string/picture_color_mode"
Jason Monk31c7c322016-01-20 14:41:52 -050076 android:summary="@string/picture_color_mode_desc" />
Jason Monk16a8e8d2015-09-23 16:08:13 -040077
Gustav Sennton4d3334c2016-12-13 19:16:48 +000078 <Preference android:key="select_webview_provider"
Gustav Sennton0d54bbf2015-10-30 18:55:32 +000079 android:title="@string/select_webview_provider_title"
Gustav Sennton5b596282017-02-03 16:19:02 +000080 android:dialogTitle="@string/select_webview_provider_dialog_title"
81 android:fragment="com.android.settings.webview.WebViewAppPicker" />
Gustav Sennton0d54bbf2015-10-30 18:55:32 +000082
Steve Pfetschb3fef372016-01-13 17:07:35 -080083 <SwitchPreference
84 android:key="color_temperature"
85 android:title="@string/color_temperature"
Jason Monk31c7c322016-01-20 14:41:52 -050086 android:summary="@string/color_temperature_desc" />
Steve Pfetschb3fef372016-01-13 17:07:35 -080087
Tao Bao45a2c162016-02-15 20:03:22 -080088 <SwitchPreference
89 android:key="ota_disable_automatic_update"
90 android:title="@string/ota_disable_automatic_update" />
91
Fan Zhang1c118b52016-12-09 13:04:24 -080092 <Preference
Jason Monkfb0d8fb2016-04-12 13:09:13 -040093 android:key="demo_mode"
94 android:title="@string/demo_mode">
95 <intent android:action="com.android.settings.action.DEMO_MODE" />
Fan Zhang1c118b52016-12-09 13:04:24 -080096 </Preference>
Jason Monkfb0d8fb2016-04-12 13:09:13 -040097
Sunny Goyalc9607512017-02-06 15:19:00 -080098 <Preference
99 android:key="quick_settings_tiles"
100 android:title="@string/quick_settings_developer_tiles">
101 <intent
102 android:targetPackage="com.android.settings"
103 android:targetClass="com.android.settings.qstile.DevelopmentTileConfigActivity" />
104 </Preference>
105
Dianne Hackborn9244df42012-02-14 13:25:41 -0800106 <PreferenceCategory android:key="debug_debugging_category"
107 android:title="@string/debug_debugging_category">
108
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700109 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800110 android:key="enable_adb"
111 android:title="@string/enable_adb"
112 android:summary="@string/enable_adb_summary"/>
113
Benoit Goby0761ffc2012-12-21 16:43:20 -0800114 <Preference android:key="clear_adb_keys"
115 android:title="@string/clear_adb_keys" />
116
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700117 <SwitchPreference
Jeff Sharkeyd390b702013-03-05 23:31:45 -0800118 android:key="enable_terminal"
119 android:title="@string/enable_terminal_title"
120 android:summary="@string/enable_terminal_summary" />
121
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700122 <SwitchPreference
Dianne Hackborn2d803a32012-08-07 11:26:32 -0700123 android:key="bugreport_in_power"
124 android:title="@string/bugreport_in_power"
125 android:summary="@string/bugreport_in_power_summary"/>
126
Fan Zhang1c118b52016-12-09 13:04:24 -0800127 <Preference android:key="mock_location_app"
Svet Ganov02e65a12015-05-13 10:39:35 -0700128 android:title="@string/mock_location_app" />
Dianne Hackborn9244df42012-02-14 13:25:41 -0800129
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700130 <SwitchPreference
Jon Miranda0b652942014-08-12 09:08:29 -0700131 android:key="debug_view_attributes"
132 android:title="@string/debug_view_attributes" />
133
Fan Zhang1c118b52016-12-09 13:04:24 -0800134 <Preference android:key="debug_app"
Dianne Hackborn9244df42012-02-14 13:25:41 -0800135 android:title="@string/debug_app" />
136
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700137 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800138 android:key="wait_for_debugger"
139 android:title="@string/wait_for_debugger"
140 android:summary="@string/wait_for_debugger_summary"/>
141
Pavel Grafov5d567c42017-04-26 11:54:13 +0100142 <com.android.settingslib.RestrictedSwitchPreference
rich canningsf0421142012-09-25 16:20:36 -0700143 android:key="verify_apps_over_usb"
144 android:title="@string/verify_apps_over_usb_title"
145 android:summary="@string/verify_apps_over_usb_summary"/>
146
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900147 <ListPreference
148 android:key="select_logd_size"
149 android:title="@string/select_logd_size_title"
150 android:dialogTitle="@string/select_logd_size_dialog_title"
151 android:entries="@array/select_logd_size_titles"
152 android:entryValues="@array/select_logd_size_values" />
153
Mark Salyzync8b1c3e2016-06-03 10:18:23 -0700154 <ListPreference
155 android:key="select_logpersist"
156 android:title="@string/select_logpersist_title"
157 android:dialogTitle="@string/select_logpersist_dialog_title"
158 android:entries="@array/select_logpersist_titles"
159 android:entryValues="@array/select_logpersist_values" />
160
Youhan Wang607ffe62017-02-09 09:50:39 -0800161 <SwitchPreference
162 android:key="telephony_monitor_switch"
163 android:title="@string/telephony_monitor_switch"
164 android:summary="@string/telephony_monitor_switch_summary"/>
165
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900166 </PreferenceCategory>
167
168 <PreferenceCategory android:key="debug_networking_category"
169 android:title="@string/debug_networking_category">
170
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700171 <SwitchPreference
Chong Zhang6c607382013-06-06 12:42:24 -0700172 android:key="wifi_display_certification"
173 android:title="@string/wifi_display_certification"
174 android:summary="@string/wifi_display_certification_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700175
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700176 <SwitchPreference
vandwallec9a66982014-05-21 15:21:16 -0700177 android:key="wifi_verbose_logging"
Michael Bestas4566fc22014-11-24 01:52:38 +0200178 android:title="@string/wifi_verbose_logging"
vandwalle653cfee2014-05-22 13:09:20 -0700179 android:summary="@string/wifi_verbose_logging_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700180
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700181 <SwitchPreference
vandwalle5e7b3ad2014-06-18 19:01:13 -0700182 android:key="wifi_aggressive_handover"
Michael Bestas4566fc22014-11-24 01:52:38 +0200183 android:title="@string/wifi_aggressive_handover"
vandwalle5e7b3ad2014-06-18 19:01:13 -0700184 android:summary="@string/wifi_aggressive_handover_summary"/>
185
Michael Bestas4566fc22014-11-24 01:52:38 +0200186 <SwitchPreference
vandwalle5e7b3ad2014-06-18 19:01:13 -0700187 android:key="wifi_allow_scan_with_traffic"
Michael Bestas4566fc22014-11-24 01:52:38 +0200188 android:title="@string/wifi_allow_scan_with_traffic"
vandwalle5e7b3ad2014-06-18 19:01:13 -0700189 android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
190
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900191 <SwitchPreference
Erik Kline54861e12015-04-30 12:58:08 +0900192 android:key="mobile_data_always_on"
193 android:title="@string/mobile_data_always_on"
194 android:summary="@string/mobile_data_always_on_summary"/>
195
Mike Lockwood3f6ef342014-09-22 12:15:24 -0700196 <ListPreference
197 android:key="select_usb_configuration"
198 android:title="@string/select_usb_configuration_title"
199 android:dialogTitle="@string/select_usb_configuration_dialog_title"
200 android:entries="@array/usb_configuration_titles"
201 android:entryValues="@array/usb_configuration_values" />
202
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800203 <SwitchPreference
204 android:key="bluetooth_disable_absolute_volume"
205 android:title="@string/bluetooth_disable_absolute_volume"
206 android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800207
Jack He37fb3382017-03-31 10:51:22 -0700208 <SwitchPreference
209 android:key="bluetooth_enable_inband_ringing"
210 android:title="@string/bluetooth_enable_inband_ringing"
211 android:summary="@string/bluetooth_enable_inband_ringing_summary"/>
212
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800213 <ListPreference
Ajay Panickerda2723a2017-03-20 11:34:54 -0700214 android:key="bluetooth_select_avrcp_version"
215 android:title="@string/bluetooth_select_avrcp_version_string"
216 android:dialogTitle="@string/bluetooth_select_avrcp_version_dialog_title"
217 android:entries="@array/bluetooth_avrcp_versions"
218 android:entryValues="@array/bluetooth_avrcp_version_values" />
219
220 <ListPreference
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800221 android:key="bluetooth_select_a2dp_codec"
222 android:title="@string/bluetooth_select_a2dp_codec_type"
223 android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title"
224 android:entries="@array/bluetooth_a2dp_codec_titles"
225 android:entryValues="@array/bluetooth_a2dp_codec_values" />
226
227 <ListPreference
228 android:key="bluetooth_select_a2dp_sample_rate"
229 android:title="@string/bluetooth_select_a2dp_codec_sample_rate"
230 android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title"
231 android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles"
232 android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" />
233
234 <ListPreference
235 android:key="bluetooth_select_a2dp_bits_per_sample"
236 android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample"
237 android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title"
238 android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles"
239 android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" />
240
241 <ListPreference
242 android:key="bluetooth_select_a2dp_channel_mode"
243 android:title="@string/bluetooth_select_a2dp_codec_channel_mode"
244 android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title"
245 android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles"
246 android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" />
247
248 <ListPreference
249 android:key="bluetooth_select_a2dp_ldac_playback_quality"
250 android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality"
251 android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title"
252 android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles"
253 android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" />
254
Dianne Hackborn9244df42012-02-14 13:25:41 -0800255 </PreferenceCategory>
256
Dianne Hackborn34481b92012-05-07 17:52:07 -0700257 <PreferenceCategory android:key="debug_input_category"
258 android:title="@string/debug_input_category">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700259
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700260 <SwitchPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700261 android:key="show_touches"
262 android:title="@string/show_touches"
263 android:summary="@string/show_touches_summary"/>
264
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700265 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700266 android:key="pointer_location"
267 android:title="@string/pointer_location"
268 android:summary="@string/pointer_location_summary"/>
269
270 </PreferenceCategory>
271
272 <PreferenceCategory android:key="debug_drawing_category"
273 android:title="@string/debug_drawing_category">
274
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700275 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700276 android:key="show_screen_updates"
277 android:title="@string/show_screen_updates"
278 android:summary="@string/show_screen_updates_summary"/>
Romain Guyc1fa3e62012-04-27 15:27:54 -0700279
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700280 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800281 android:key="debug_layout"
282 android:title="@string/debug_layout"
283 android:summary="@string/debug_layout_summary"/>
284
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700285 <SwitchPreference
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700286 android:key="force_rtl_layout_all_locales"
287 android:title="@string/force_rtl_layout_all_locales"
288 android:summary="@string/force_rtl_layout_all_locales_summary"/>
289
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700290 <ListPreference
291 android:key="window_animation_scale"
292 android:title="@string/window_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700293 android:entries="@array/window_animation_scale_entries"
294 android:entryValues="@array/window_animation_scale_values" />
295
296 <ListPreference
297 android:key="transition_animation_scale"
298 android:title="@string/transition_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700299 android:entries="@array/transition_animation_scale_entries"
300 android:entryValues="@array/transition_animation_scale_values" />
301
Chet Haaseb29e78702012-02-01 15:10:12 -0800302 <ListPreference
303 android:key="animator_duration_scale"
304 android:title="@string/animator_duration_scale_title"
Chet Haaseb29e78702012-02-01 15:10:12 -0800305 android:entries="@array/animator_duration_scale_entries"
306 android:entryValues="@array/animator_duration_scale_values" />
307
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700308 <ListPreference
309 android:key="overlay_display_devices"
310 android:title="@string/overlay_display_devices_title"
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700311 android:entries="@array/overlay_display_devices_entries"
312 android:entryValues="@array/overlay_display_devices_values" />
313
Jason Monk449f9722016-04-05 15:45:27 -0400314 <com.android.settings.display.DensityPreference
315 android:key="density"
316 android:title="@string/developer_smallest_width" />
317
Dianne Hackborn34481b92012-05-07 17:52:07 -0700318 </PreferenceCategory>
319
Romain Guy6b24c452013-02-25 16:21:58 -0800320 <PreferenceCategory android:key="debug_hw_drawing_category"
321 android:title="@string/debug_hw_drawing_category">
322
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700323 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800324 android:key="force_hw_ui"
325 android:title="@string/force_hw_ui"
326 android:summary="@string/force_hw_ui_summary"/>
327
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700328 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800329 android:key="show_hw_screen_udpates"
330 android:title="@string/show_hw_screen_updates"
331 android:summary="@string/show_hw_screen_updates_summary"/>
332
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700333 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800334 android:key="show_hw_layers_udpates"
335 android:title="@string/show_hw_layers_updates"
336 android:summary="@string/show_hw_layers_updates_summary"/>
337
Romain Guyeb90fc52013-05-03 17:38:38 -0700338 <ListPreference
339 android:key="debug_hw_overdraw"
340 android:title="@string/debug_hw_overdraw"
Romain Guyeb90fc52013-05-03 17:38:38 -0700341 android:entries="@array/debug_hw_overdraw_entries"
342 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800343
344 <ListPreference
345 android:key="show_non_rect_clip"
346 android:title="@string/show_non_rect_clip"
Romain Guy6b24c452013-02-25 16:21:58 -0800347 android:entries="@array/show_non_rect_clip_entries"
348 android:entryValues="@array/show_non_rect_clip_values" />
349
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700350 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800351 android:key="force_msaa"
352 android:title="@string/force_msaa"
353 android:summary="@string/force_msaa_summary"/>
354
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700355 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800356 android:key="disable_overlays"
357 android:title="@string/disable_overlays"
358 android:summary="@string/disable_overlays_summary"/>
359
Alan Viverettefc0ab212013-10-02 16:36:33 -0700360 <ListPreference
361 android:entries="@array/simulate_color_space_entries"
362 android:entryValues="@array/simulate_color_space_values"
363 android:key="simulate_color_space"
Alan Viverettefc0ab212013-10-02 16:36:33 -0700364 android:summary="%s"
365 android:title="@string/simulate_color_space" />
366
Derek Sollenbergerf91b0362017-02-14 11:36:17 -0500367 <ListPreference
368 android:key="debug_hw_renderer"
369 android:title="@string/debug_hw_renderer"
370 android:entries="@array/debug_hw_renderer_entries"
371 android:entryValues="@array/debug_hw_renderer_values" />
372
Romain Guy6b24c452013-02-25 16:21:58 -0800373 </PreferenceCategory>
374
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700375 <PreferenceCategory android:key="media_category"
376 android:title="@string/media_category">
377
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700378 <SwitchPreference
Glenn Kastenca542342014-07-22 09:14:08 -0700379 android:key="usb_audio"
380 android:title="@string/usb_audio_disable_routing"
381 android:summary="@string/usb_audio_disable_routing_summary" />
382
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700383 </PreferenceCategory>
384
Dianne Hackborn34481b92012-05-07 17:52:07 -0700385 <PreferenceCategory android:key="debug_monitoring_category"
386 android:title="@string/debug_monitoring_category">
387
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700388 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700389 android:key="strict_mode"
390 android:title="@string/strict_mode"
391 android:summary="@string/strict_mode_summary"/>
392
Romain Guy70618482013-01-07 11:20:49 -0800393 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700394 android:key="track_frame_time"
395 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800396 android:entries="@array/track_frame_time_entries"
397 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700398
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700399 </PreferenceCategory>
400
401 <PreferenceCategory android:key="debug_applications_category"
402 android:title="@string/debug_applications_category">
403
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700404 <SwitchPreference
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700405 android:key="immediately_destroy_activities"
406 android:title="@string/immediately_destroy_activities"
407 android:summary="@string/immediately_destroy_activities_summary"/>
408
409 <ListPreference
410 android:key="app_process_limit"
411 android:title="@string/app_process_limit_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700412 android:entries="@array/app_process_limit_entries"
413 android:entryValues="@array/app_process_limit_values" />
414
Fan Zhangf5bd8852017-05-17 17:22:09 -0700415
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800416 <Preference
417 android:key="background_check"
Fan Zhangc6ca3142017-02-14 15:02:35 -0800418 android:fragment="com.android.settings.applications.BackgroundCheckSummary"
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800419 android:title="@string/background_check_pref" />
Fan Zhangf5bd8852017-05-17 17:22:09 -0700420
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800421
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700422 <SwitchPreference
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700423 android:key="show_all_anrs"
424 android:title="@string/show_all_anrs"
425 android:summary="@string/show_all_anrs_summary"/>
426
Geoffrey Pitsche18fd902017-05-11 12:58:23 -0400427 <SwitchPreference
428 android:key="show_notification_channel_warnings"
429 android:title="@string/show_notification_channel_warnings"
430 android:summary="@string/show_notification_channel_warnings_summary"/>
431
Amith Yamasani50e32b02015-05-13 18:18:16 -0700432 <Preference
433 android:key="inactive_apps"
Fan Zhangc6ca3142017-02-14 15:02:35 -0800434 android:title="@string/inactive_apps_title"
435 android:fragment="com.android.settings.fuelgauge.InactiveApps"/>
Amith Yamasani50e32b02015-05-13 18:18:16 -0700436
Todd Kennedy97162822015-08-07 14:39:08 -0700437 <SwitchPreference
438 android:key="force_allow_on_external"
439 android:title="@string/force_allow_on_external"
440 android:summary="@string/force_allow_on_external_summary"/>
441
Jorim Jaggib12e9ad2015-10-27 10:54:53 +0100442 <SwitchPreference
443 android:key="force_resizable_activities"
444 android:title="@string/force_resizable_activities"
445 android:summary="@string/force_resizable_activities_summary"/>
Makoto Onuki06517012016-07-08 09:17:25 -0700446
447 <Preference
448 android:key="reset_shortcut_manager_throttling"
449 android:title="@string/reset_shortcut_manager_throttling" />
Svetoslav Ganov43af40b2012-09-20 19:15:29 -0700450 </PreferenceCategory>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -0700451
Doris Ling3d9224f2016-12-12 16:20:22 -0800452 <PreferenceCategory
453 android:key="dashboard_tile_placeholder"
454 android:order="200"/>
455
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800456</PreferenceScreen>