blob: af2405627685f17c47cbbc5d481413c60db61bd7 [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
Naveen Kallacac657f2017-09-19 18:36:03 -0700162 android:key="connectivity_monitor_switch"
163 android:title="@string/connectivity_monitor_switch"
164 android:summary="@string/connectivity_monitor_switch_summary"/>
Youhan Wang607ffe62017-02-09 09:50:39 -0800165
Chien-Yu Chen9f713db2017-05-30 17:59:00 -0700166 <SwitchPreference
Emilian Peev6530b212017-09-06 16:47:08 +0100167 android:key="camera_laser_sensor_switch"
168 android:title="@string/camera_laser_sensor_switch" />
169
170 <SwitchPreference
Chien-Yu Chen9f713db2017-05-30 17:59:00 -0700171 android:key="camera_hal_hdrplus_switch"
172 android:title="@string/camera_hal_hdrplus_switch" />
173
Fan Zhang75cd1d22017-08-15 17:18:10 -0700174 <Preference
175 android:key="feature_flags_dashboard"
176 android:title="@string/feature_flags_dashboard_title"
177 android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard"/>
178
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900179 </PreferenceCategory>
180
181 <PreferenceCategory android:key="debug_networking_category"
182 android:title="@string/debug_networking_category">
183
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700184 <SwitchPreference
Chong Zhang6c607382013-06-06 12:42:24 -0700185 android:key="wifi_display_certification"
186 android:title="@string/wifi_display_certification"
187 android:summary="@string/wifi_display_certification_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700188
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700189 <SwitchPreference
vandwallec9a66982014-05-21 15:21:16 -0700190 android:key="wifi_verbose_logging"
Michael Bestas4566fc22014-11-24 01:52:38 +0200191 android:title="@string/wifi_verbose_logging"
vandwalle653cfee2014-05-22 13:09:20 -0700192 android:summary="@string/wifi_verbose_logging_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700193
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700194 <SwitchPreference
vandwalle5e7b3ad2014-06-18 19:01:13 -0700195 android:key="wifi_aggressive_handover"
Michael Bestas4566fc22014-11-24 01:52:38 +0200196 android:title="@string/wifi_aggressive_handover"
vandwalle5e7b3ad2014-06-18 19:01:13 -0700197 android:summary="@string/wifi_aggressive_handover_summary"/>
198
Michael Bestas4566fc22014-11-24 01:52:38 +0200199 <SwitchPreference
vandwalle5e7b3ad2014-06-18 19:01:13 -0700200 android:key="wifi_allow_scan_with_traffic"
Michael Bestas4566fc22014-11-24 01:52:38 +0200201 android:title="@string/wifi_allow_scan_with_traffic"
vandwalle5e7b3ad2014-06-18 19:01:13 -0700202 android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
203
Lorenzo Colitti03c4a742017-07-05 00:29:44 +0900204 <SwitchPreference
Erik Kline54861e12015-04-30 12:58:08 +0900205 android:key="mobile_data_always_on"
206 android:title="@string/mobile_data_always_on"
207 android:summary="@string/mobile_data_always_on_summary"/>
208
Lorenzo Colitti03c4a742017-07-05 00:29:44 +0900209 <SwitchPreference
210 android:key="tethering_hardware_offload"
211 android:title="@string/tethering_hardware_offload"
212 android:summary="@string/tethering_hardware_offload_summary"/>
213
Mike Lockwood3f6ef342014-09-22 12:15:24 -0700214 <ListPreference
215 android:key="select_usb_configuration"
216 android:title="@string/select_usb_configuration_title"
217 android:dialogTitle="@string/select_usb_configuration_dialog_title"
218 android:entries="@array/usb_configuration_titles"
219 android:entryValues="@array/usb_configuration_values" />
220
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800221 <SwitchPreference
Jack He19ba3202017-05-31 18:37:28 -0700222 android:key="bluetooth_show_devices_without_names"
223 android:title="@string/bluetooth_show_devices_without_names"
224 android:summary="@string/bluetooth_show_devices_without_names_summary"/>
225
226 <SwitchPreference
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800227 android:key="bluetooth_disable_absolute_volume"
228 android:title="@string/bluetooth_disable_absolute_volume"
229 android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800230
Jack He37fb3382017-03-31 10:51:22 -0700231 <SwitchPreference
232 android:key="bluetooth_enable_inband_ringing"
233 android:title="@string/bluetooth_enable_inband_ringing"
234 android:summary="@string/bluetooth_enable_inband_ringing_summary"/>
235
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800236 <ListPreference
Ajay Panickerda2723a2017-03-20 11:34:54 -0700237 android:key="bluetooth_select_avrcp_version"
238 android:title="@string/bluetooth_select_avrcp_version_string"
239 android:dialogTitle="@string/bluetooth_select_avrcp_version_dialog_title"
240 android:entries="@array/bluetooth_avrcp_versions"
241 android:entryValues="@array/bluetooth_avrcp_version_values" />
242
243 <ListPreference
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800244 android:key="bluetooth_select_a2dp_codec"
245 android:title="@string/bluetooth_select_a2dp_codec_type"
246 android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title"
247 android:entries="@array/bluetooth_a2dp_codec_titles"
248 android:entryValues="@array/bluetooth_a2dp_codec_values" />
249
250 <ListPreference
251 android:key="bluetooth_select_a2dp_sample_rate"
252 android:title="@string/bluetooth_select_a2dp_codec_sample_rate"
253 android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title"
254 android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles"
255 android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" />
256
257 <ListPreference
258 android:key="bluetooth_select_a2dp_bits_per_sample"
259 android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample"
260 android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title"
261 android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles"
262 android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" />
263
264 <ListPreference
265 android:key="bluetooth_select_a2dp_channel_mode"
266 android:title="@string/bluetooth_select_a2dp_codec_channel_mode"
267 android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title"
268 android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles"
269 android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" />
270
271 <ListPreference
272 android:key="bluetooth_select_a2dp_ldac_playback_quality"
273 android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality"
274 android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title"
275 android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles"
276 android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" />
277
Dianne Hackborn9244df42012-02-14 13:25:41 -0800278 </PreferenceCategory>
279
Dianne Hackborn34481b92012-05-07 17:52:07 -0700280 <PreferenceCategory android:key="debug_input_category"
281 android:title="@string/debug_input_category">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700282
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700283 <SwitchPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700284 android:key="show_touches"
285 android:title="@string/show_touches"
286 android:summary="@string/show_touches_summary"/>
287
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700288 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700289 android:key="pointer_location"
290 android:title="@string/pointer_location"
291 android:summary="@string/pointer_location_summary"/>
292
293 </PreferenceCategory>
294
295 <PreferenceCategory android:key="debug_drawing_category"
296 android:title="@string/debug_drawing_category">
297
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700298 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700299 android:key="show_screen_updates"
300 android:title="@string/show_screen_updates"
301 android:summary="@string/show_screen_updates_summary"/>
Romain Guyc1fa3e62012-04-27 15:27:54 -0700302
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700303 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800304 android:key="debug_layout"
305 android:title="@string/debug_layout"
306 android:summary="@string/debug_layout_summary"/>
307
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700308 <SwitchPreference
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700309 android:key="force_rtl_layout_all_locales"
310 android:title="@string/force_rtl_layout_all_locales"
311 android:summary="@string/force_rtl_layout_all_locales_summary"/>
312
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700313 <ListPreference
314 android:key="window_animation_scale"
315 android:title="@string/window_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700316 android:entries="@array/window_animation_scale_entries"
317 android:entryValues="@array/window_animation_scale_values" />
318
319 <ListPreference
320 android:key="transition_animation_scale"
321 android:title="@string/transition_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700322 android:entries="@array/transition_animation_scale_entries"
323 android:entryValues="@array/transition_animation_scale_values" />
324
Chet Haaseb29e78702012-02-01 15:10:12 -0800325 <ListPreference
326 android:key="animator_duration_scale"
327 android:title="@string/animator_duration_scale_title"
Chet Haaseb29e78702012-02-01 15:10:12 -0800328 android:entries="@array/animator_duration_scale_entries"
329 android:entryValues="@array/animator_duration_scale_values" />
330
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700331 <ListPreference
332 android:key="overlay_display_devices"
333 android:title="@string/overlay_display_devices_title"
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700334 android:entries="@array/overlay_display_devices_entries"
335 android:entryValues="@array/overlay_display_devices_values" />
336
Jason Monk449f9722016-04-05 15:45:27 -0400337 <com.android.settings.display.DensityPreference
338 android:key="density"
339 android:title="@string/developer_smallest_width" />
340
Dianne Hackborn34481b92012-05-07 17:52:07 -0700341 </PreferenceCategory>
342
Romain Guy6b24c452013-02-25 16:21:58 -0800343 <PreferenceCategory android:key="debug_hw_drawing_category"
344 android:title="@string/debug_hw_drawing_category">
345
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700346 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800347 android:key="force_hw_ui"
348 android:title="@string/force_hw_ui"
349 android:summary="@string/force_hw_ui_summary"/>
350
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700351 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800352 android:key="show_hw_screen_udpates"
353 android:title="@string/show_hw_screen_updates"
354 android:summary="@string/show_hw_screen_updates_summary"/>
355
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700356 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800357 android:key="show_hw_layers_udpates"
358 android:title="@string/show_hw_layers_updates"
359 android:summary="@string/show_hw_layers_updates_summary"/>
360
Romain Guyeb90fc52013-05-03 17:38:38 -0700361 <ListPreference
362 android:key="debug_hw_overdraw"
363 android:title="@string/debug_hw_overdraw"
Romain Guyeb90fc52013-05-03 17:38:38 -0700364 android:entries="@array/debug_hw_overdraw_entries"
365 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800366
367 <ListPreference
368 android:key="show_non_rect_clip"
369 android:title="@string/show_non_rect_clip"
Romain Guy6b24c452013-02-25 16:21:58 -0800370 android:entries="@array/show_non_rect_clip_entries"
371 android:entryValues="@array/show_non_rect_clip_values" />
372
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700373 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800374 android:key="force_msaa"
375 android:title="@string/force_msaa"
376 android:summary="@string/force_msaa_summary"/>
377
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700378 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800379 android:key="disable_overlays"
380 android:title="@string/disable_overlays"
381 android:summary="@string/disable_overlays_summary"/>
382
Alan Viverettefc0ab212013-10-02 16:36:33 -0700383 <ListPreference
384 android:entries="@array/simulate_color_space_entries"
385 android:entryValues="@array/simulate_color_space_values"
386 android:key="simulate_color_space"
Alan Viverettefc0ab212013-10-02 16:36:33 -0700387 android:summary="%s"
388 android:title="@string/simulate_color_space" />
389
Derek Sollenbergerf91b0362017-02-14 11:36:17 -0500390 <ListPreference
391 android:key="debug_hw_renderer"
392 android:title="@string/debug_hw_renderer"
393 android:entries="@array/debug_hw_renderer_entries"
394 android:entryValues="@array/debug_hw_renderer_values" />
395
Romain Guy6b24c452013-02-25 16:21:58 -0800396 </PreferenceCategory>
397
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700398 <PreferenceCategory android:key="media_category"
399 android:title="@string/media_category">
400
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700401 <SwitchPreference
Glenn Kastenca542342014-07-22 09:14:08 -0700402 android:key="usb_audio"
403 android:title="@string/usb_audio_disable_routing"
404 android:summary="@string/usb_audio_disable_routing_summary" />
405
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700406 </PreferenceCategory>
407
Dianne Hackborn34481b92012-05-07 17:52:07 -0700408 <PreferenceCategory android:key="debug_monitoring_category"
409 android:title="@string/debug_monitoring_category">
410
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700411 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700412 android:key="strict_mode"
413 android:title="@string/strict_mode"
414 android:summary="@string/strict_mode_summary"/>
415
Romain Guy70618482013-01-07 11:20:49 -0800416 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700417 android:key="track_frame_time"
418 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800419 android:entries="@array/track_frame_time_entries"
420 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700421
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700422 </PreferenceCategory>
423
424 <PreferenceCategory android:key="debug_applications_category"
425 android:title="@string/debug_applications_category">
426
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700427 <SwitchPreference
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700428 android:key="immediately_destroy_activities"
429 android:title="@string/immediately_destroy_activities"
430 android:summary="@string/immediately_destroy_activities_summary"/>
431
432 <ListPreference
433 android:key="app_process_limit"
434 android:title="@string/app_process_limit_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700435 android:entries="@array/app_process_limit_entries"
436 android:entryValues="@array/app_process_limit_values" />
437
Fan Zhangf5bd8852017-05-17 17:22:09 -0700438
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800439 <Preference
440 android:key="background_check"
Fan Zhangc6ca3142017-02-14 15:02:35 -0800441 android:fragment="com.android.settings.applications.BackgroundCheckSummary"
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800442 android:title="@string/background_check_pref" />
Fan Zhangf5bd8852017-05-17 17:22:09 -0700443
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800444
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700445 <SwitchPreference
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700446 android:key="show_all_anrs"
447 android:title="@string/show_all_anrs"
448 android:summary="@string/show_all_anrs_summary"/>
449
Geoffrey Pitsche18fd902017-05-11 12:58:23 -0400450 <SwitchPreference
451 android:key="show_notification_channel_warnings"
452 android:title="@string/show_notification_channel_warnings"
453 android:summary="@string/show_notification_channel_warnings_summary"/>
454
Amith Yamasani50e32b02015-05-13 18:18:16 -0700455 <Preference
456 android:key="inactive_apps"
Fan Zhangc6ca3142017-02-14 15:02:35 -0800457 android:title="@string/inactive_apps_title"
458 android:fragment="com.android.settings.fuelgauge.InactiveApps"/>
Amith Yamasani50e32b02015-05-13 18:18:16 -0700459
Todd Kennedy97162822015-08-07 14:39:08 -0700460 <SwitchPreference
461 android:key="force_allow_on_external"
462 android:title="@string/force_allow_on_external"
463 android:summary="@string/force_allow_on_external_summary"/>
464
Jorim Jaggib12e9ad2015-10-27 10:54:53 +0100465 <SwitchPreference
466 android:key="force_resizable_activities"
467 android:title="@string/force_resizable_activities"
468 android:summary="@string/force_resizable_activities_summary"/>
Makoto Onuki06517012016-07-08 09:17:25 -0700469
Bryce Lee7f4ae332017-09-28 16:07:13 -0700470 <SwitchPreference
471 android:key="enable_freeform_support"
472 android:title="@string/enable_freeform_support"
473 android:summary="@string/enable_freeform_support_summary"/>
474
Makoto Onuki06517012016-07-08 09:17:25 -0700475 <Preference
476 android:key="reset_shortcut_manager_throttling"
477 android:title="@string/reset_shortcut_manager_throttling" />
Svetoslav Ganov43af40b2012-09-20 19:15:29 -0700478 </PreferenceCategory>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -0700479
Doris Ling3d9224f2016-12-12 16:20:22 -0800480 <PreferenceCategory
481 android:key="dashboard_tile_placeholder"
482 android:order="200"/>
483
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800484</PreferenceScreen>