blob: c3b336c28639f949ebf5842d2fb3f23be1ac9b4a [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"
Fan Zhang74c61d12017-11-17 16:49:54 -080018 xmlns:settings="http://schemas.android.com/apk/res-auto"
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">
jeffreyhuangc57f18d2017-10-20 14:10:25 -070021
22 <Preference
23 android:key="memory"
24 android:icon="@drawable/ic_settings_memory"
25 android:title="@string/memory_settings_title"
jeffreyhuangbf234af2017-11-14 15:09:12 -080026 android:summary="@string/summary_placeholder"
jeffreyhuangc57f18d2017-10-20 14:10:25 -070027 android:fragment="com.android.settings.applications.ProcessStatsSummary" />
28
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070029 <com.android.settings.BugreportPreference
30 android:key="bugreport"
Dianne Hackborn2d803a32012-08-07 11:26:32 -070031 android:title="@*android:string/bugreport_title"
32 android:dialogTitle="@*android:string/bugreport_title" />
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070033
Fan Zhang1c118b52016-12-09 13:04:24 -080034 <Preference
Christopher Tatefac0ea72011-08-12 17:22:41 -070035 android:key="local_backup_password"
36 android:title="@string/local_backup_password_title"
37 android:summary="@string/local_backup_password_summary_none"
38 android:persistent="false" >
39 <intent
40 android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
41 android:targetPackage="com.android.settings"
42 android:targetClass="com.android.settings.SetFullBackupPassword" />
Fan Zhang1c118b52016-12-09 13:04:24 -080043 </Preference>
Christopher Tatefac0ea72011-08-12 17:22:41 -070044
Sudheer Shankac779bec2016-04-19 22:48:26 -070045 <com.android.settingslib.RestrictedSwitchPreference
Selim Gurun029c13e2014-05-05 16:02:41 -070046 android:key="keep_screen_on"
47 android:title="@string/keep_screen_on"
Sudheer Shankac779bec2016-04-19 22:48:26 -070048 android:summary="@string/keep_screen_on_summary"
49 settings:useAdditionalSummary="true" />
Dianne Hackborn9244df42012-02-14 13:25:41 -080050
51 <ListPreference
52 android:key="hdcp_checking"
53 android:title="@string/hdcp_checking_title"
54 android:dialogTitle="@string/hdcp_checking_dialog_title"
55 android:entries="@array/hdcp_checking_titles"
56 android:entryValues="@array/hdcp_checking_values" />
57
Fabrice Di Meglio88638732014-10-14 16:43:37 -070058 <SwitchPreference
Zhihai Xu84bbb542013-07-26 13:33:16 -070059 android:key="bt_hci_snoop_log"
60 android:title="@string/bt_hci_snoop_log"
61 android:summary="@string/bt_hci_snoop_log_summary"/>
62
Mahaver Chopradcf3d7c2016-05-11 18:18:23 +010063 <com.android.settingslib.RestrictedSwitchPreference
Andres Moralesce249fe2014-07-07 16:58:16 -070064 android:key="oem_unlock_enable"
65 android:title="@string/oem_unlock_enable"
Mahaver Chopradcf3d7c2016-05-11 18:18:23 +010066 android:summary="@string/oem_unlock_enable_summary"
67 settings:useAdditionalSummary="true"/>
Andres Moralesce249fe2014-07-07 16:58:16 -070068
Fan Zhang1c118b52016-12-09 13:04:24 -080069 <Preference
Jason Monk5dc70b12015-03-25 11:03:59 -040070 android:key="running_apps"
71 android:title="@string/runningservices_settings_title"
72 android:summary="@string/runningservices_settings_summary"
73 android:fragment="com.android.settings.applications.RunningServices" />
74
Fan Zhang1c118b52016-12-09 13:04:24 -080075 <Preference
Paul Lawrenceacbac8c2015-11-02 12:42:42 -080076 android:key="convert_to_file_encryption"
77 android:title="@string/convert_to_file_encryption"
78 android:summary="@string/convert_to_file_encryption_enabled"
Paul Lawrence0e1a46c2015-11-04 05:09:02 -080079 android:fragment="com.android.settings.applications.ConvertToFbe" />
Paul Lawrenceacbac8c2015-11-02 12:42:42 -080080
Fan Zhang11d2d682017-03-17 16:19:26 -070081 <com.android.settings.development.ColorModePreference
Romain Guy305f9002017-06-05 18:44:47 -070082 android:key="picture_color_mode"
Jason Monk16a8e8d2015-09-23 16:08:13 -040083 android:title="@string/picture_color_mode"
Jason Monk31c7c322016-01-20 14:41:52 -050084 android:summary="@string/picture_color_mode_desc" />
Jason Monk16a8e8d2015-09-23 16:08:13 -040085
Gustav Sennton4d3334c2016-12-13 19:16:48 +000086 <Preference android:key="select_webview_provider"
Gustav Sennton0d54bbf2015-10-30 18:55:32 +000087 android:title="@string/select_webview_provider_title"
Gustav Sennton5b596282017-02-03 16:19:02 +000088 android:dialogTitle="@string/select_webview_provider_dialog_title"
89 android:fragment="com.android.settings.webview.WebViewAppPicker" />
Gustav Sennton0d54bbf2015-10-30 18:55:32 +000090
Steve Pfetschb3fef372016-01-13 17:07:35 -080091 <SwitchPreference
92 android:key="color_temperature"
93 android:title="@string/color_temperature"
Jason Monk31c7c322016-01-20 14:41:52 -050094 android:summary="@string/color_temperature_desc" />
Steve Pfetschb3fef372016-01-13 17:07:35 -080095
Tao Bao45a2c162016-02-15 20:03:22 -080096 <SwitchPreference
97 android:key="ota_disable_automatic_update"
98 android:title="@string/ota_disable_automatic_update" />
99
Fan Zhang1c118b52016-12-09 13:04:24 -0800100 <Preference
Jason Monkfb0d8fb2016-04-12 13:09:13 -0400101 android:key="demo_mode"
102 android:title="@string/demo_mode">
103 <intent android:action="com.android.settings.action.DEMO_MODE" />
Fan Zhang1c118b52016-12-09 13:04:24 -0800104 </Preference>
Jason Monkfb0d8fb2016-04-12 13:09:13 -0400105
Sunny Goyalc9607512017-02-06 15:19:00 -0800106 <Preference
107 android:key="quick_settings_tiles"
Fan Zhang83332602017-10-09 15:53:16 -0700108 android:title="@string/quick_settings_developer_tiles"
109 android:fragment="com.android.settings.development.qstile.DevelopmentTileConfigFragment" />
Sunny Goyalc9607512017-02-06 15:19:00 -0800110
Dianne Hackborn9244df42012-02-14 13:25:41 -0800111 <PreferenceCategory android:key="debug_debugging_category"
112 android:title="@string/debug_debugging_category">
113
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700114 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800115 android:key="enable_adb"
116 android:title="@string/enable_adb"
117 android:summary="@string/enable_adb_summary"/>
118
Benoit Goby0761ffc2012-12-21 16:43:20 -0800119 <Preference android:key="clear_adb_keys"
120 android:title="@string/clear_adb_keys" />
121
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700122 <SwitchPreference
Jeff Sharkeyd390b702013-03-05 23:31:45 -0800123 android:key="enable_terminal"
124 android:title="@string/enable_terminal_title"
125 android:summary="@string/enable_terminal_summary" />
126
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700127 <SwitchPreference
Dianne Hackborn2d803a32012-08-07 11:26:32 -0700128 android:key="bugreport_in_power"
129 android:title="@string/bugreport_in_power"
130 android:summary="@string/bugreport_in_power_summary"/>
131
Fan Zhang1c118b52016-12-09 13:04:24 -0800132 <Preference android:key="mock_location_app"
Svet Ganov02e65a12015-05-13 10:39:35 -0700133 android:title="@string/mock_location_app" />
Dianne Hackborn9244df42012-02-14 13:25:41 -0800134
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700135 <SwitchPreference
gomoe17c9402017-12-13 03:44:09 -0800136 android:key="enable_gnss_raw_meas_full_tracking"
137 android:title="@string/enable_gnss_raw_meas_full_tracking"
138 android:summary="@string/enable_gnss_raw_meas_full_tracking_summary"/>
139
140 <SwitchPreference
Jon Miranda0b652942014-08-12 09:08:29 -0700141 android:key="debug_view_attributes"
142 android:title="@string/debug_view_attributes" />
143
Fan Zhang1c118b52016-12-09 13:04:24 -0800144 <Preference android:key="debug_app"
Dianne Hackborn9244df42012-02-14 13:25:41 -0800145 android:title="@string/debug_app" />
146
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700147 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800148 android:key="wait_for_debugger"
149 android:title="@string/wait_for_debugger"
150 android:summary="@string/wait_for_debugger_summary"/>
151
Pavel Grafov5d567c42017-04-26 11:54:13 +0100152 <com.android.settingslib.RestrictedSwitchPreference
rich canningsf0421142012-09-25 16:20:36 -0700153 android:key="verify_apps_over_usb"
154 android:title="@string/verify_apps_over_usb_title"
155 android:summary="@string/verify_apps_over_usb_summary"/>
156
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900157 <ListPreference
158 android:key="select_logd_size"
159 android:title="@string/select_logd_size_title"
160 android:dialogTitle="@string/select_logd_size_dialog_title"
161 android:entries="@array/select_logd_size_titles"
162 android:entryValues="@array/select_logd_size_values" />
163
Mark Salyzync8b1c3e2016-06-03 10:18:23 -0700164 <ListPreference
165 android:key="select_logpersist"
166 android:title="@string/select_logpersist_title"
167 android:dialogTitle="@string/select_logpersist_dialog_title"
168 android:entries="@array/select_logpersist_titles"
169 android:entryValues="@array/select_logpersist_values" />
170
Youhan Wang607ffe62017-02-09 09:50:39 -0800171 <SwitchPreference
Naveen Kallacac657f2017-09-19 18:36:03 -0700172 android:key="connectivity_monitor_switch"
173 android:title="@string/connectivity_monitor_switch"
174 android:summary="@string/connectivity_monitor_switch_summary"/>
Youhan Wang607ffe62017-02-09 09:50:39 -0800175
Chien-Yu Chen9f713db2017-05-30 17:59:00 -0700176 <SwitchPreference
Emilian Peev6530b212017-09-06 16:47:08 +0100177 android:key="camera_laser_sensor_switch"
178 android:title="@string/camera_laser_sensor_switch" />
179
Fan Zhang75cd1d22017-08-15 17:18:10 -0700180 <Preference
181 android:key="feature_flags_dashboard"
182 android:title="@string/feature_flags_dashboard_title"
183 android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard"/>
184
Cody Northrop4e7f57a2017-10-25 14:07:48 -0600185 <SwitchPreference
186 android:key="enable_gpu_debug_layers"
187 android:title="@string/enable_gpu_debug_layers"
188 android:summary="@string/enable_gpu_debug_layers_summary"/>
189
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900190 </PreferenceCategory>
191
192 <PreferenceCategory android:key="debug_networking_category"
193 android:title="@string/debug_networking_category">
194
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700195 <SwitchPreference
Chong Zhang6c607382013-06-06 12:42:24 -0700196 android:key="wifi_display_certification"
197 android:title="@string/wifi_display_certification"
198 android:summary="@string/wifi_display_certification_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700199
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700200 <SwitchPreference
vandwallec9a66982014-05-21 15:21:16 -0700201 android:key="wifi_verbose_logging"
Michael Bestas4566fc22014-11-24 01:52:38 +0200202 android:title="@string/wifi_verbose_logging"
vandwalle653cfee2014-05-22 13:09:20 -0700203 android:summary="@string/wifi_verbose_logging_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700204
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700205 <SwitchPreference
Jong Wook Kim8c6d8da2018-01-05 18:42:36 -0800206 android:key="wifi_connected_mac_randomization"
207 android:title="@string/wifi_connected_mac_randomization"
208 android:summary="@string/wifi_connected_mac_randomization_summary"/>
209
210 <SwitchPreference
Erik Kline54861e12015-04-30 12:58:08 +0900211 android:key="mobile_data_always_on"
212 android:title="@string/mobile_data_always_on"
213 android:summary="@string/mobile_data_always_on_summary"/>
214
Lorenzo Colitti03c4a742017-07-05 00:29:44 +0900215 <SwitchPreference
216 android:key="tethering_hardware_offload"
217 android:title="@string/tethering_hardware_offload"
218 android:summary="@string/tethering_hardware_offload_summary"/>
219
Mike Lockwood3f6ef342014-09-22 12:15:24 -0700220 <ListPreference
221 android:key="select_usb_configuration"
222 android:title="@string/select_usb_configuration_title"
223 android:dialogTitle="@string/select_usb_configuration_dialog_title"
224 android:entries="@array/usb_configuration_titles"
225 android:entryValues="@array/usb_configuration_values" />
226
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800227 <SwitchPreference
Jack He19ba3202017-05-31 18:37:28 -0700228 android:key="bluetooth_show_devices_without_names"
229 android:title="@string/bluetooth_show_devices_without_names"
230 android:summary="@string/bluetooth_show_devices_without_names_summary"/>
231
232 <SwitchPreference
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800233 android:key="bluetooth_disable_absolute_volume"
234 android:title="@string/bluetooth_disable_absolute_volume"
235 android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800236
Jack He37fb3382017-03-31 10:51:22 -0700237 <SwitchPreference
Jack He1eca8142017-12-07 15:09:07 -0800238 android:key="bluetooth_disable_inband_ringing"
239 android:title="@string/bluetooth_disable_inband_ringing"
240 android:summary="@string/bluetooth_disable_inband_ringing_summary"/>
Jack He37fb3382017-03-31 10:51:22 -0700241
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800242 <ListPreference
Ajay Panickerda2723a2017-03-20 11:34:54 -0700243 android:key="bluetooth_select_avrcp_version"
244 android:title="@string/bluetooth_select_avrcp_version_string"
245 android:dialogTitle="@string/bluetooth_select_avrcp_version_dialog_title"
246 android:entries="@array/bluetooth_avrcp_versions"
247 android:entryValues="@array/bluetooth_avrcp_version_values" />
248
249 <ListPreference
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800250 android:key="bluetooth_select_a2dp_codec"
251 android:title="@string/bluetooth_select_a2dp_codec_type"
252 android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title"
253 android:entries="@array/bluetooth_a2dp_codec_titles"
254 android:entryValues="@array/bluetooth_a2dp_codec_values" />
255
256 <ListPreference
257 android:key="bluetooth_select_a2dp_sample_rate"
258 android:title="@string/bluetooth_select_a2dp_codec_sample_rate"
259 android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title"
260 android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles"
261 android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" />
262
263 <ListPreference
264 android:key="bluetooth_select_a2dp_bits_per_sample"
265 android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample"
266 android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title"
267 android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles"
268 android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" />
269
270 <ListPreference
271 android:key="bluetooth_select_a2dp_channel_mode"
272 android:title="@string/bluetooth_select_a2dp_codec_channel_mode"
273 android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title"
274 android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles"
275 android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" />
276
277 <ListPreference
278 android:key="bluetooth_select_a2dp_ldac_playback_quality"
279 android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality"
280 android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title"
281 android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles"
282 android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" />
283
Hansong Zhangb2730b72018-01-04 16:38:15 -0800284 <ListPreference
285 android:key="bluetooth_max_connected_audio_devices"
286 android:title="@string/bluetooth_max_connected_audio_devices_string"
287 android:dialogTitle="@string/bluetooth_max_connected_audio_devices_dialog_title"
288 android:entries="@array/bluetooth_max_connected_audio_devices"
289 android:entryValues="@array/bluetooth_max_connected_audio_devices_values" />
290
Dianne Hackborn9244df42012-02-14 13:25:41 -0800291 </PreferenceCategory>
292
Dianne Hackborn34481b92012-05-07 17:52:07 -0700293 <PreferenceCategory android:key="debug_input_category"
294 android:title="@string/debug_input_category">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700295
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700296 <SwitchPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700297 android:key="show_touches"
298 android:title="@string/show_touches"
299 android:summary="@string/show_touches_summary"/>
300
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700301 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700302 android:key="pointer_location"
303 android:title="@string/pointer_location"
304 android:summary="@string/pointer_location_summary"/>
305
306 </PreferenceCategory>
307
308 <PreferenceCategory android:key="debug_drawing_category"
309 android:title="@string/debug_drawing_category">
310
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700311 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700312 android:key="show_screen_updates"
313 android:title="@string/show_screen_updates"
314 android:summary="@string/show_screen_updates_summary"/>
Romain Guyc1fa3e62012-04-27 15:27:54 -0700315
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700316 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800317 android:key="debug_layout"
318 android:title="@string/debug_layout"
319 android:summary="@string/debug_layout_summary"/>
320
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700321 <SwitchPreference
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700322 android:key="force_rtl_layout_all_locales"
323 android:title="@string/force_rtl_layout_all_locales"
324 android:summary="@string/force_rtl_layout_all_locales_summary"/>
325
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700326 <ListPreference
327 android:key="window_animation_scale"
328 android:title="@string/window_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700329 android:entries="@array/window_animation_scale_entries"
330 android:entryValues="@array/window_animation_scale_values" />
331
332 <ListPreference
333 android:key="transition_animation_scale"
334 android:title="@string/transition_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700335 android:entries="@array/transition_animation_scale_entries"
336 android:entryValues="@array/transition_animation_scale_values" />
337
Chet Haaseb29e78702012-02-01 15:10:12 -0800338 <ListPreference
339 android:key="animator_duration_scale"
340 android:title="@string/animator_duration_scale_title"
Chet Haaseb29e78702012-02-01 15:10:12 -0800341 android:entries="@array/animator_duration_scale_entries"
342 android:entryValues="@array/animator_duration_scale_values" />
343
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700344 <ListPreference
345 android:key="overlay_display_devices"
346 android:title="@string/overlay_display_devices_title"
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700347 android:entries="@array/overlay_display_devices_entries"
348 android:entryValues="@array/overlay_display_devices_values" />
349
Jason Monk449f9722016-04-05 15:45:27 -0400350 <com.android.settings.display.DensityPreference
351 android:key="density"
352 android:title="@string/developer_smallest_width" />
353
Adrian Roosdb9d0972018-01-10 13:56:31 +0100354 <SwitchPreference
355 android:key="display_cutout_emulation"
356 android:title="@string/display_cutout_emulation" />
357
Dianne Hackborn34481b92012-05-07 17:52:07 -0700358 </PreferenceCategory>
359
Romain Guy6b24c452013-02-25 16:21:58 -0800360 <PreferenceCategory android:key="debug_hw_drawing_category"
361 android:title="@string/debug_hw_drawing_category">
362
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700363 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800364 android:key="force_hw_ui"
365 android:title="@string/force_hw_ui"
366 android:summary="@string/force_hw_ui_summary"/>
367
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700368 <SwitchPreference
jeffreyhuanga02a9882017-09-28 15:02:13 -0700369 android:key="show_hw_screen_updates"
Romain Guy6b24c452013-02-25 16:21:58 -0800370 android:title="@string/show_hw_screen_updates"
371 android:summary="@string/show_hw_screen_updates_summary"/>
372
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700373 <SwitchPreference
jeffreyhuanga9f7c952017-09-28 14:44:15 -0700374 android:key="show_hw_layers_updates"
Romain Guy6b24c452013-02-25 16:21:58 -0800375 android:title="@string/show_hw_layers_updates"
376 android:summary="@string/show_hw_layers_updates_summary"/>
377
Romain Guyeb90fc52013-05-03 17:38:38 -0700378 <ListPreference
379 android:key="debug_hw_overdraw"
380 android:title="@string/debug_hw_overdraw"
Romain Guyeb90fc52013-05-03 17:38:38 -0700381 android:entries="@array/debug_hw_overdraw_entries"
382 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800383
384 <ListPreference
385 android:key="show_non_rect_clip"
386 android:title="@string/show_non_rect_clip"
Romain Guy6b24c452013-02-25 16:21:58 -0800387 android:entries="@array/show_non_rect_clip_entries"
388 android:entryValues="@array/show_non_rect_clip_values" />
389
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700390 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800391 android:key="force_msaa"
392 android:title="@string/force_msaa"
393 android:summary="@string/force_msaa_summary"/>
394
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700395 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800396 android:key="disable_overlays"
397 android:title="@string/disable_overlays"
398 android:summary="@string/disable_overlays_summary"/>
399
Alan Viverettefc0ab212013-10-02 16:36:33 -0700400 <ListPreference
401 android:entries="@array/simulate_color_space_entries"
402 android:entryValues="@array/simulate_color_space_values"
403 android:key="simulate_color_space"
Alan Viverettefc0ab212013-10-02 16:36:33 -0700404 android:summary="%s"
405 android:title="@string/simulate_color_space" />
406
Derek Sollenbergerf91b0362017-02-14 11:36:17 -0500407 <ListPreference
408 android:key="debug_hw_renderer"
409 android:title="@string/debug_hw_renderer"
410 android:entries="@array/debug_hw_renderer_entries"
411 android:entryValues="@array/debug_hw_renderer_values" />
412
Romain Guy6b24c452013-02-25 16:21:58 -0800413 </PreferenceCategory>
414
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700415 <PreferenceCategory android:key="media_category"
416 android:title="@string/media_category">
417
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700418 <SwitchPreference
Glenn Kastenca542342014-07-22 09:14:08 -0700419 android:key="usb_audio"
420 android:title="@string/usb_audio_disable_routing"
421 android:summary="@string/usb_audio_disable_routing_summary" />
422
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700423 </PreferenceCategory>
424
Dianne Hackborn34481b92012-05-07 17:52:07 -0700425 <PreferenceCategory android:key="debug_monitoring_category"
426 android:title="@string/debug_monitoring_category">
427
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700428 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700429 android:key="strict_mode"
430 android:title="@string/strict_mode"
431 android:summary="@string/strict_mode_summary"/>
432
Romain Guy70618482013-01-07 11:20:49 -0800433 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700434 android:key="track_frame_time"
435 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800436 android:entries="@array/track_frame_time_entries"
437 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700438
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700439 </PreferenceCategory>
440
441 <PreferenceCategory android:key="debug_applications_category"
442 android:title="@string/debug_applications_category">
443
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700444 <SwitchPreference
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700445 android:key="immediately_destroy_activities"
446 android:title="@string/immediately_destroy_activities"
447 android:summary="@string/immediately_destroy_activities_summary"/>
448
449 <ListPreference
450 android:key="app_process_limit"
451 android:title="@string/app_process_limit_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700452 android:entries="@array/app_process_limit_entries"
453 android:entryValues="@array/app_process_limit_values" />
454
Fan Zhangf5bd8852017-05-17 17:22:09 -0700455
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800456 <Preference
457 android:key="background_check"
Fan Zhangf68e6ec2017-10-28 14:11:44 -0700458 android:fragment="com.android.settings.applications.appops.BackgroundCheckSummary"
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800459 android:title="@string/background_check_pref" />
Fan Zhangf5bd8852017-05-17 17:22:09 -0700460
Andrew Sapperstein5cd49562018-01-15 13:46:41 -0800461 <SwitchPreference
462 android:key="show_first_crash_dialog"
463 android:title="@string/show_first_crash_dialog"
464 android:summary="@string/show_first_crash_dialog_summary"/>
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800465
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700466 <SwitchPreference
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700467 android:key="show_all_anrs"
468 android:title="@string/show_all_anrs"
469 android:summary="@string/show_all_anrs_summary"/>
470
Geoffrey Pitsche18fd902017-05-11 12:58:23 -0400471 <SwitchPreference
472 android:key="show_notification_channel_warnings"
473 android:title="@string/show_notification_channel_warnings"
474 android:summary="@string/show_notification_channel_warnings_summary"/>
475
Amith Yamasani50e32b02015-05-13 18:18:16 -0700476 <Preference
477 android:key="inactive_apps"
Fan Zhangc6ca3142017-02-14 15:02:35 -0800478 android:title="@string/inactive_apps_title"
479 android:fragment="com.android.settings.fuelgauge.InactiveApps"/>
Amith Yamasani50e32b02015-05-13 18:18:16 -0700480
Todd Kennedy97162822015-08-07 14:39:08 -0700481 <SwitchPreference
482 android:key="force_allow_on_external"
483 android:title="@string/force_allow_on_external"
484 android:summary="@string/force_allow_on_external_summary"/>
485
Jorim Jaggib12e9ad2015-10-27 10:54:53 +0100486 <SwitchPreference
487 android:key="force_resizable_activities"
488 android:title="@string/force_resizable_activities"
489 android:summary="@string/force_resizable_activities_summary"/>
Makoto Onuki06517012016-07-08 09:17:25 -0700490
Bryce Lee7f4ae332017-09-28 16:07:13 -0700491 <SwitchPreference
492 android:key="enable_freeform_support"
493 android:title="@string/enable_freeform_support"
494 android:summary="@string/enable_freeform_support_summary"/>
495
Makoto Onuki06517012016-07-08 09:17:25 -0700496 <Preference
497 android:key="reset_shortcut_manager_throttling"
498 android:title="@string/reset_shortcut_manager_throttling" />
Svetoslav Ganov43af40b2012-09-20 19:15:29 -0700499 </PreferenceCategory>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -0700500
Doris Ling3d9224f2016-12-12 16:20:22 -0800501 <PreferenceCategory
502 android:key="dashboard_tile_placeholder"
503 android:order="200"/>
504
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800505</PreferenceScreen>