blob: 77d4a7dffb3f680f6ed5428315da933395f9f983 [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 Zhangb74a23c2018-01-24 13:21:17 -080018 xmlns:settings="http://schemas.android.com/apk/res-auto"
19 android:key="development_prefs_screen"
20 android:title="@string/development_settings_title">
jeffreyhuangc57f18d2017-10-20 14:10:25 -070021
Fan Zhangb74a23c2018-01-24 13:21:17 -080022 <PreferenceCategory
23 android:key="debug_misc_category"
24 android:order="100">
jeffreyhuangc57f18d2017-10-20 14:10:25 -070025
Fan Zhangb74a23c2018-01-24 13:21:17 -080026 <Preference
27 android:key="memory"
28 android:icon="@drawable/ic_settings_memory"
29 android:title="@string/memory_settings_title"
30 android:summary="@string/summary_placeholder"
31 android:fragment="com.android.settings.applications.ProcessStatsSummary" />
32
33 <com.android.settings.BugreportPreference
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070034 android:key="bugreport"
Dianne Hackborn2d803a32012-08-07 11:26:32 -070035 android:title="@*android:string/bugreport_title"
36 android:dialogTitle="@*android:string/bugreport_title" />
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070037
Fan Zhangb74a23c2018-01-24 13:21:17 -080038 <Preference
Christopher Tatefac0ea72011-08-12 17:22:41 -070039 android:key="local_backup_password"
40 android:title="@string/local_backup_password_title"
41 android:summary="@string/local_backup_password_summary_none"
Fan Zhangb74a23c2018-01-24 13:21:17 -080042 android:persistent="false">
43 <intent
Christopher Tatefac0ea72011-08-12 17:22:41 -070044 android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
45 android:targetPackage="com.android.settings"
46 android:targetClass="com.android.settings.SetFullBackupPassword" />
Fan Zhangb74a23c2018-01-24 13:21:17 -080047 </Preference>
Christopher Tatefac0ea72011-08-12 17:22:41 -070048
Fan Zhangb74a23c2018-01-24 13:21:17 -080049 <com.android.settingslib.RestrictedSwitchPreference
50 android:key="keep_screen_on"
51 android:title="@string/keep_screen_on"
52 android:summary="@string/keep_screen_on_summary"
53 settings:useAdditionalSummary="true" />
Dianne Hackborn9244df42012-02-14 13:25:41 -080054
Fan Zhangb74a23c2018-01-24 13:21:17 -080055 <ListPreference
56 android:key="hdcp_checking"
57 android:title="@string/hdcp_checking_title"
58 android:dialogTitle="@string/hdcp_checking_dialog_title"
59 android:entries="@array/hdcp_checking_titles"
60 android:entryValues="@array/hdcp_checking_values" />
Dianne Hackborn9244df42012-02-14 13:25:41 -080061
Fan Zhangb74a23c2018-01-24 13:21:17 -080062 <SwitchPreference
63 android:key="bt_hci_snoop_log"
64 android:title="@string/bt_hci_snoop_log"
65 android:summary="@string/bt_hci_snoop_log_summary" />
Zhihai Xu84bbb542013-07-26 13:33:16 -070066
Fan Zhangb74a23c2018-01-24 13:21:17 -080067 <com.android.settingslib.RestrictedSwitchPreference
68 android:key="oem_unlock_enable"
69 android:title="@string/oem_unlock_enable"
70 android:summary="@string/oem_unlock_enable_summary"
71 settings:useAdditionalSummary="true" />
Andres Moralesce249fe2014-07-07 16:58:16 -070072
Fan Zhangb74a23c2018-01-24 13:21:17 -080073 <Preference
74 android:key="running_apps"
75 android:title="@string/runningservices_settings_title"
76 android:summary="@string/runningservices_settings_summary"
77 android:fragment="com.android.settings.applications.RunningServices" />
Jason Monk5dc70b12015-03-25 11:03:59 -040078
Fan Zhangb74a23c2018-01-24 13:21:17 -080079 <Preference
80 android:key="convert_to_file_encryption"
81 android:title="@string/convert_to_file_encryption"
82 android:summary="@string/convert_to_file_encryption_enabled"
83 android:fragment="com.android.settings.applications.ConvertToFbe" />
Paul Lawrenceacbac8c2015-11-02 12:42:42 -080084
Fan Zhangb74a23c2018-01-24 13:21:17 -080085 <com.android.settings.development.ColorModePreference
86 android:key="picture_color_mode"
87 android:title="@string/picture_color_mode"
88 android:summary="@string/picture_color_mode_desc" />
Jason Monk16a8e8d2015-09-23 16:08:13 -040089
Fan Zhangb74a23c2018-01-24 13:21:17 -080090 <Preference android:key="select_webview_provider"
91 android:title="@string/select_webview_provider_title"
92 android:dialogTitle="@string/select_webview_provider_dialog_title"
93 android:fragment="com.android.settings.webview.WebViewAppPicker" />
Gustav Sennton0d54bbf2015-10-30 18:55:32 +000094
Fan Zhangb74a23c2018-01-24 13:21:17 -080095 <SwitchPreference
96 android:key="color_temperature"
97 android:title="@string/color_temperature"
98 android:summary="@string/color_temperature_desc" />
Steve Pfetschb3fef372016-01-13 17:07:35 -080099
Fan Zhangb74a23c2018-01-24 13:21:17 -0800100 <SwitchPreference
101 android:key="ota_disable_automatic_update"
Tao Bao82712202018-03-22 18:47:57 -0700102 android:title="@string/ota_disable_automatic_update"
103 android:summary="@string/ota_disable_automatic_update_summary" />
Tao Bao45a2c162016-02-15 20:03:22 -0800104
Fan Zhangb74a23c2018-01-24 13:21:17 -0800105 <Preference
106 android:key="demo_mode"
107 android:title="@string/demo_mode">
108 <intent android:action="com.android.settings.action.DEMO_MODE" />
109 </Preference>
Jason Monkfb0d8fb2016-04-12 13:09:13 -0400110
Lucas Dupin3dd45c02018-02-06 00:58:46 -0800111 <ListPreference
112 android:key="dark_ui_mode"
113 android:title="@string/dark_ui_mode"
114 android:dialogTitle="@string/dark_ui_mode_title"
115 android:entries="@array/dark_ui_mode_entries"
116 android:entryValues="@array/dark_ui_mode_values" />
117
Fan Zhangb74a23c2018-01-24 13:21:17 -0800118 <Preference
119 android:key="quick_settings_tiles"
120 android:title="@string/quick_settings_developer_tiles"
121 android:fragment="com.android.settings.development.qstile.DevelopmentTileConfigFragment" />
122 </PreferenceCategory>
Sunny Goyalc9607512017-02-06 15:19:00 -0800123
Fan Zhangb74a23c2018-01-24 13:21:17 -0800124 <PreferenceCategory
125 android:key="debug_debugging_category"
126 android:title="@string/debug_debugging_category"
127 android:order="200">
Dianne Hackborn9244df42012-02-14 13:25:41 -0800128
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700129 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800130 android:key="enable_adb"
131 android:title="@string/enable_adb"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800132 android:summary="@string/enable_adb_summary" />
Dianne Hackborn9244df42012-02-14 13:25:41 -0800133
Benoit Goby0761ffc2012-12-21 16:43:20 -0800134 <Preference android:key="clear_adb_keys"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800135 android:title="@string/clear_adb_keys" />
Benoit Goby0761ffc2012-12-21 16:43:20 -0800136
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700137 <SwitchPreference
Jeff Sharkeyd390b702013-03-05 23:31:45 -0800138 android:key="enable_terminal"
139 android:title="@string/enable_terminal_title"
140 android:summary="@string/enable_terminal_summary" />
141
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700142 <SwitchPreference
Dianne Hackborn2d803a32012-08-07 11:26:32 -0700143 android:key="bugreport_in_power"
144 android:title="@string/bugreport_in_power"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800145 android:summary="@string/bugreport_in_power_summary" />
Dianne Hackborn2d803a32012-08-07 11:26:32 -0700146
Fan Zhang1c118b52016-12-09 13:04:24 -0800147 <Preference android:key="mock_location_app"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800148 android:title="@string/mock_location_app" />
Dianne Hackborn9244df42012-02-14 13:25:41 -0800149
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700150 <SwitchPreference
gomoe17c9402017-12-13 03:44:09 -0800151 android:key="enable_gnss_raw_meas_full_tracking"
152 android:title="@string/enable_gnss_raw_meas_full_tracking"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800153 android:summary="@string/enable_gnss_raw_meas_full_tracking_summary" />
gomoe17c9402017-12-13 03:44:09 -0800154
155 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800156 android:key="debug_view_attributes"
157 android:title="@string/debug_view_attributes" />
Jon Miranda0b652942014-08-12 09:08:29 -0700158
Fan Zhang1c118b52016-12-09 13:04:24 -0800159 <Preference android:key="debug_app"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800160 android:title="@string/debug_app" />
Dianne Hackborn9244df42012-02-14 13:25:41 -0800161
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700162 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800163 android:key="wait_for_debugger"
164 android:title="@string/wait_for_debugger"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800165 android:summary="@string/wait_for_debugger_summary" />
Dianne Hackborn9244df42012-02-14 13:25:41 -0800166
Pavel Grafov5d567c42017-04-26 11:54:13 +0100167 <com.android.settingslib.RestrictedSwitchPreference
rich canningsf0421142012-09-25 16:20:36 -0700168 android:key="verify_apps_over_usb"
169 android:title="@string/verify_apps_over_usb_title"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800170 android:summary="@string/verify_apps_over_usb_summary" />
rich canningsf0421142012-09-25 16:20:36 -0700171
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900172 <ListPreference
173 android:key="select_logd_size"
174 android:title="@string/select_logd_size_title"
175 android:dialogTitle="@string/select_logd_size_dialog_title"
176 android:entries="@array/select_logd_size_titles"
177 android:entryValues="@array/select_logd_size_values" />
178
Mark Salyzync8b1c3e2016-06-03 10:18:23 -0700179 <ListPreference
180 android:key="select_logpersist"
181 android:title="@string/select_logpersist_title"
182 android:dialogTitle="@string/select_logpersist_dialog_title"
183 android:entries="@array/select_logpersist_titles"
184 android:entryValues="@array/select_logpersist_values" />
185
Youhan Wang607ffe62017-02-09 09:50:39 -0800186 <SwitchPreference
Naveen Kallacac657f2017-09-19 18:36:03 -0700187 android:key="connectivity_monitor_switch"
188 android:title="@string/connectivity_monitor_switch"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800189 android:summary="@string/connectivity_monitor_switch_summary" />
Youhan Wang607ffe62017-02-09 09:50:39 -0800190
Chien-Yu Chen9f713db2017-05-30 17:59:00 -0700191 <SwitchPreference
Emilian Peev6530b212017-09-06 16:47:08 +0100192 android:key="camera_laser_sensor_switch"
193 android:title="@string/camera_laser_sensor_switch" />
194
Fan Zhang75cd1d22017-08-15 17:18:10 -0700195 <Preference
196 android:key="feature_flags_dashboard"
197 android:title="@string/feature_flags_dashboard_title"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800198 android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard" />
Fan Zhang75cd1d22017-08-15 17:18:10 -0700199
Cody Northrop4e7f57a2017-10-25 14:07:48 -0600200 <SwitchPreference
201 android:key="enable_gpu_debug_layers"
202 android:title="@string/enable_gpu_debug_layers"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800203 android:summary="@string/enable_gpu_debug_layers_summary" />
Cody Northrop4e7f57a2017-10-25 14:07:48 -0600204
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900205 </PreferenceCategory>
206
Fan Zhangb74a23c2018-01-24 13:21:17 -0800207 <PreferenceCategory
208 android:key="dashboard_tile_placeholder"
209 android:order="300" />
210
211 <PreferenceCategory
212 android:key="debug_networking_category"
213 android:title="@string/debug_networking_category"
214 android:order="400">
Lorenzo Colitti8fc93412015-03-16 23:45:55 +0900215
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700216 <SwitchPreference
Chong Zhang6c607382013-06-06 12:42:24 -0700217 android:key="wifi_display_certification"
218 android:title="@string/wifi_display_certification"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800219 android:summary="@string/wifi_display_certification_summary" />
vandwallec9a66982014-05-21 15:21:16 -0700220
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700221 <SwitchPreference
vandwallec9a66982014-05-21 15:21:16 -0700222 android:key="wifi_verbose_logging"
Michael Bestas4566fc22014-11-24 01:52:38 +0200223 android:title="@string/wifi_verbose_logging"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800224 android:summary="@string/wifi_verbose_logging_summary" />
vandwallec9a66982014-05-21 15:21:16 -0700225
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700226 <SwitchPreference
Jong Wook Kim8c6d8da2018-01-05 18:42:36 -0800227 android:key="wifi_connected_mac_randomization"
228 android:title="@string/wifi_connected_mac_randomization"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800229 android:summary="@string/wifi_connected_mac_randomization_summary" />
Jong Wook Kim8c6d8da2018-01-05 18:42:36 -0800230
231 <SwitchPreference
Erik Kline54861e12015-04-30 12:58:08 +0900232 android:key="mobile_data_always_on"
233 android:title="@string/mobile_data_always_on"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800234 android:summary="@string/mobile_data_always_on_summary" />
Erik Kline54861e12015-04-30 12:58:08 +0900235
Lorenzo Colitti03c4a742017-07-05 00:29:44 +0900236 <SwitchPreference
237 android:key="tethering_hardware_offload"
238 android:title="@string/tethering_hardware_offload"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800239 android:summary="@string/tethering_hardware_offload_summary" />
Lorenzo Colitti03c4a742017-07-05 00:29:44 +0900240
Jerry Zhang50247172018-02-12 18:26:15 -0800241 <Preference
242 android:key="default_usb_configuration"
243 android:fragment="com.android.settings.connecteddevice.usb.UsbDefaultFragment"
244 android:icon="@drawable/ic_usb"
245 android:title="@string/usb_default_label"/>
Mike Lockwood3f6ef342014-09-22 12:15:24 -0700246
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800247 <SwitchPreference
Jack He19ba3202017-05-31 18:37:28 -0700248 android:key="bluetooth_show_devices_without_names"
249 android:title="@string/bluetooth_show_devices_without_names"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800250 android:summary="@string/bluetooth_show_devices_without_names_summary" />
Jack He19ba3202017-05-31 18:37:28 -0700251
252 <SwitchPreference
Andre Eisenbach591c6c42016-02-08 15:40:23 -0800253 android:key="bluetooth_disable_absolute_volume"
254 android:title="@string/bluetooth_disable_absolute_volume"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800255 android:summary="@string/bluetooth_disable_absolute_volume_summary" />
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800256
Jack He37fb3382017-03-31 10:51:22 -0700257 <SwitchPreference
Jack He1eca8142017-12-07 15:09:07 -0800258 android:key="bluetooth_disable_inband_ringing"
259 android:title="@string/bluetooth_disable_inband_ringing"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800260 android:summary="@string/bluetooth_disable_inband_ringing_summary" />
Jack He37fb3382017-03-31 10:51:22 -0700261
Hansong Zhangf4a168d2018-01-03 18:27:56 -0800262 <SwitchPreference
Ajay Panickerff6a9092018-03-07 15:55:02 -0800263 android:key="bluetooth_disable_avdtp_delay_reports"
264 android:title="@string/bluetooth_disable_avdtp_delay_reports"
265 android:summary="@string/bluetooth_disable_avdtp_delay_reports_summary"/>
Hansong Zhangf4a168d2018-01-03 18:27:56 -0800266
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800267 <ListPreference
Ajay Panickerda2723a2017-03-20 11:34:54 -0700268 android:key="bluetooth_select_avrcp_version"
269 android:title="@string/bluetooth_select_avrcp_version_string"
270 android:dialogTitle="@string/bluetooth_select_avrcp_version_dialog_title"
271 android:entries="@array/bluetooth_avrcp_versions"
272 android:entryValues="@array/bluetooth_avrcp_version_values" />
273
274 <ListPreference
Pavlin Radoslavovc65956e2017-01-05 10:52:21 -0800275 android:key="bluetooth_select_a2dp_codec"
276 android:title="@string/bluetooth_select_a2dp_codec_type"
277 android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title"
278 android:entries="@array/bluetooth_a2dp_codec_titles"
279 android:entryValues="@array/bluetooth_a2dp_codec_values" />
280
281 <ListPreference
282 android:key="bluetooth_select_a2dp_sample_rate"
283 android:title="@string/bluetooth_select_a2dp_codec_sample_rate"
284 android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title"
285 android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles"
286 android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" />
287
288 <ListPreference
289 android:key="bluetooth_select_a2dp_bits_per_sample"
290 android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample"
291 android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title"
292 android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles"
293 android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" />
294
295 <ListPreference
296 android:key="bluetooth_select_a2dp_channel_mode"
297 android:title="@string/bluetooth_select_a2dp_codec_channel_mode"
298 android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title"
299 android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles"
300 android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" />
301
302 <ListPreference
303 android:key="bluetooth_select_a2dp_ldac_playback_quality"
304 android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality"
305 android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title"
306 android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles"
307 android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" />
308
Hansong Zhangb2730b72018-01-04 16:38:15 -0800309 <ListPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800310 android:key="bluetooth_max_connected_audio_devices"
311 android:title="@string/bluetooth_max_connected_audio_devices_string"
312 android:dialogTitle="@string/bluetooth_max_connected_audio_devices_dialog_title"
313 android:entries="@array/bluetooth_max_connected_audio_devices"
314 android:entryValues="@array/bluetooth_max_connected_audio_devices_values" />
Hansong Zhangb2730b72018-01-04 16:38:15 -0800315
Dianne Hackborn9244df42012-02-14 13:25:41 -0800316 </PreferenceCategory>
317
Fan Zhangb74a23c2018-01-24 13:21:17 -0800318 <PreferenceCategory
319 android:key="debug_input_category"
320 android:title="@string/debug_input_category"
321 android:order="500">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700322
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700323 <SwitchPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700324 android:key="show_touches"
325 android:title="@string/show_touches"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800326 android:summary="@string/show_touches_summary" />
Jeff Brownf4077002011-08-26 17:10:32 -0700327
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700328 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700329 android:key="pointer_location"
330 android:title="@string/pointer_location"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800331 android:summary="@string/pointer_location_summary" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700332
333 </PreferenceCategory>
334
Fan Zhangb74a23c2018-01-24 13:21:17 -0800335 <PreferenceCategory
336 android:key="debug_drawing_category"
337 android:title="@string/debug_drawing_category"
338 android:order="600">
Dianne Hackborn34481b92012-05-07 17:52:07 -0700339
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700340 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700341 android:key="show_screen_updates"
342 android:title="@string/show_screen_updates"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800343 android:summary="@string/show_screen_updates_summary" />
Romain Guyc1fa3e62012-04-27 15:27:54 -0700344
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700345 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800346 android:key="debug_layout"
347 android:title="@string/debug_layout"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800348 android:summary="@string/debug_layout_summary" />
Romain Guy6b24c452013-02-25 16:21:58 -0800349
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700350 <SwitchPreference
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700351 android:key="force_rtl_layout_all_locales"
352 android:title="@string/force_rtl_layout_all_locales"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800353 android:summary="@string/force_rtl_layout_all_locales_summary" />
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700354
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700355 <ListPreference
356 android:key="window_animation_scale"
357 android:title="@string/window_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700358 android:entries="@array/window_animation_scale_entries"
359 android:entryValues="@array/window_animation_scale_values" />
360
361 <ListPreference
362 android:key="transition_animation_scale"
363 android:title="@string/transition_animation_scale_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700364 android:entries="@array/transition_animation_scale_entries"
365 android:entryValues="@array/transition_animation_scale_values" />
366
Chet Haaseb29e78702012-02-01 15:10:12 -0800367 <ListPreference
368 android:key="animator_duration_scale"
369 android:title="@string/animator_duration_scale_title"
Chet Haaseb29e78702012-02-01 15:10:12 -0800370 android:entries="@array/animator_duration_scale_entries"
371 android:entryValues="@array/animator_duration_scale_values" />
372
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700373 <ListPreference
374 android:key="overlay_display_devices"
375 android:title="@string/overlay_display_devices_title"
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700376 android:entries="@array/overlay_display_devices_entries"
377 android:entryValues="@array/overlay_display_devices_values" />
378
Jason Monk449f9722016-04-05 15:45:27 -0400379 <com.android.settings.display.DensityPreference
380 android:key="density"
381 android:title="@string/developer_smallest_width" />
382
Adrian Roosca2b1f82018-01-19 20:54:20 +0100383 <ListPreference
Adrian Roosdb9d0972018-01-10 13:56:31 +0100384 android:key="display_cutout_emulation"
385 android:title="@string/display_cutout_emulation" />
386
Dianne Hackborn34481b92012-05-07 17:52:07 -0700387 </PreferenceCategory>
388
Fan Zhangb74a23c2018-01-24 13:21:17 -0800389 <PreferenceCategory
390 android:key="debug_hw_drawing_category"
391 android:title="@string/debug_hw_drawing_category"
392 android:order="700">
Romain Guy6b24c452013-02-25 16:21:58 -0800393
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700394 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800395 android:key="force_hw_ui"
396 android:title="@string/force_hw_ui"
397 android:summary="@string/force_hw_ui_summary" />
Romain Guy6b24c452013-02-25 16:21:58 -0800398
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700399 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800400 android:key="show_hw_screen_updates"
401 android:title="@string/show_hw_screen_updates"
402 android:summary="@string/show_hw_screen_updates_summary" />
Romain Guy6b24c452013-02-25 16:21:58 -0800403
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700404 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800405 android:key="show_hw_layers_updates"
406 android:title="@string/show_hw_layers_updates"
407 android:summary="@string/show_hw_layers_updates_summary" />
Romain Guy6b24c452013-02-25 16:21:58 -0800408
Romain Guyeb90fc52013-05-03 17:38:38 -0700409 <ListPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800410 android:key="debug_hw_overdraw"
411 android:title="@string/debug_hw_overdraw"
412 android:entries="@array/debug_hw_overdraw_entries"
413 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800414
415 <ListPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800416 android:key="show_non_rect_clip"
417 android:title="@string/show_non_rect_clip"
418 android:entries="@array/show_non_rect_clip_entries"
419 android:entryValues="@array/show_non_rect_clip_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800420
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700421 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800422 android:key="force_msaa"
423 android:title="@string/force_msaa"
424 android:summary="@string/force_msaa_summary" />
Romain Guy6b24c452013-02-25 16:21:58 -0800425
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700426 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800427 android:key="disable_overlays"
428 android:title="@string/disable_overlays"
429 android:summary="@string/disable_overlays_summary" />
Romain Guy6b24c452013-02-25 16:21:58 -0800430
Alan Viverettefc0ab212013-10-02 16:36:33 -0700431 <ListPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800432 android:entries="@array/simulate_color_space_entries"
433 android:entryValues="@array/simulate_color_space_values"
434 android:key="simulate_color_space"
435 android:summary="%s"
436 android:title="@string/simulate_color_space" />
Alan Viverettefc0ab212013-10-02 16:36:33 -0700437
Romain Guy6b24c452013-02-25 16:21:58 -0800438 </PreferenceCategory>
439
Fan Zhangb74a23c2018-01-24 13:21:17 -0800440 <PreferenceCategory
441 android:key="media_category"
442 android:title="@string/media_category"
443 android:order="800">
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700444
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700445 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800446 android:key="usb_audio"
447 android:title="@string/usb_audio_disable_routing"
448 android:summary="@string/usb_audio_disable_routing_summary" />
Glenn Kastenca542342014-07-22 09:14:08 -0700449
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700450 </PreferenceCategory>
451
Fan Zhangb74a23c2018-01-24 13:21:17 -0800452 <PreferenceCategory
453 android:key="debug_monitoring_category"
454 android:title="@string/debug_monitoring_category"
455 android:order="900">
Dianne Hackborn34481b92012-05-07 17:52:07 -0700456
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700457 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700458 android:key="strict_mode"
459 android:title="@string/strict_mode"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800460 android:summary="@string/strict_mode_summary" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700461
Romain Guy70618482013-01-07 11:20:49 -0800462 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700463 android:key="track_frame_time"
464 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800465 android:entries="@array/track_frame_time_entries"
466 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700467
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700468 </PreferenceCategory>
469
Fan Zhangb74a23c2018-01-24 13:21:17 -0800470 <PreferenceCategory
471 android:key="debug_applications_category"
472 android:title="@string/debug_applications_category"
473 android:order="1000">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700474
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700475 <SwitchPreference
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700476 android:key="immediately_destroy_activities"
477 android:title="@string/immediately_destroy_activities"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800478 android:summary="@string/immediately_destroy_activities_summary" />
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700479
480 <ListPreference
481 android:key="app_process_limit"
482 android:title="@string/app_process_limit_title"
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700483 android:entries="@array/app_process_limit_entries"
484 android:entryValues="@array/app_process_limit_values" />
485
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800486 <Preference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800487 android:key="background_check"
488 android:fragment="com.android.settings.applications.appops.BackgroundCheckSummary"
489 android:title="@string/background_check_pref" />
Fan Zhangf5bd8852017-05-17 17:22:09 -0700490
Andrew Sapperstein5cd49562018-01-15 13:46:41 -0800491 <SwitchPreference
492 android:key="show_first_crash_dialog"
493 android:title="@string/show_first_crash_dialog"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800494 android:summary="@string/show_first_crash_dialog_summary" />
Dianne Hackbornf467c0a2015-12-07 16:36:09 -0800495
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700496 <SwitchPreference
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700497 android:key="show_all_anrs"
498 android:title="@string/show_all_anrs"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800499 android:summary="@string/show_all_anrs_summary" />
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700500
Geoffrey Pitsche18fd902017-05-11 12:58:23 -0400501 <SwitchPreference
502 android:key="show_notification_channel_warnings"
503 android:title="@string/show_notification_channel_warnings"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800504 android:summary="@string/show_notification_channel_warnings_summary" />
Geoffrey Pitsche18fd902017-05-11 12:58:23 -0400505
Amith Yamasani50e32b02015-05-13 18:18:16 -0700506 <Preference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800507 android:key="inactive_apps"
508 android:title="@string/inactive_apps_title"
509 android:fragment="com.android.settings.fuelgauge.InactiveApps" />
Amith Yamasani50e32b02015-05-13 18:18:16 -0700510
Todd Kennedy97162822015-08-07 14:39:08 -0700511 <SwitchPreference
512 android:key="force_allow_on_external"
513 android:title="@string/force_allow_on_external"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800514 android:summary="@string/force_allow_on_external_summary" />
Todd Kennedy97162822015-08-07 14:39:08 -0700515
Jorim Jaggib12e9ad2015-10-27 10:54:53 +0100516 <SwitchPreference
517 android:key="force_resizable_activities"
518 android:title="@string/force_resizable_activities"
Fan Zhangb74a23c2018-01-24 13:21:17 -0800519 android:summary="@string/force_resizable_activities_summary" />
Makoto Onuki06517012016-07-08 09:17:25 -0700520
Bryce Lee7f4ae332017-09-28 16:07:13 -0700521 <SwitchPreference
Fan Zhangb74a23c2018-01-24 13:21:17 -0800522 android:key="enable_freeform_support"
523 android:title="@string/enable_freeform_support"
524 android:summary="@string/enable_freeform_support_summary" />
Bryce Lee7f4ae332017-09-28 16:07:13 -0700525
Makoto Onuki06517012016-07-08 09:17:25 -0700526 <Preference
527 android:key="reset_shortcut_manager_throttling"
528 android:title="@string/reset_shortcut_manager_throttling" />
Fan Zhangb74a23c2018-01-24 13:21:17 -0800529 </PreferenceCategory>
Doris Ling3d9224f2016-12-12 16:20:22 -0800530
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800531</PreferenceScreen>