blob: 5f4e666b5cf08fd5dccbbef9652bce609997a90c [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"
18 android:title="@string/development_settings_title">
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070019 <com.android.settings.BugreportPreference
20 android:key="bugreport"
Dianne Hackborn2d803a32012-08-07 11:26:32 -070021 android:title="@*android:string/bugreport_title"
22 android:dialogTitle="@*android:string/bugreport_title" />
Dianne Hackbornfd8c3152012-07-13 14:26:23 -070023
Christopher Tatefac0ea72011-08-12 17:22:41 -070024 <PreferenceScreen
25 android:key="local_backup_password"
26 android:title="@string/local_backup_password_title"
27 android:summary="@string/local_backup_password_summary_none"
28 android:persistent="false" >
29 <intent
30 android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
31 android:targetPackage="com.android.settings"
32 android:targetClass="com.android.settings.SetFullBackupPassword" />
33 </PreferenceScreen>
34
Fabrice Di Meglio88638732014-10-14 16:43:37 -070035 <SwitchPreference
Selim Gurun029c13e2014-05-05 16:02:41 -070036 android:key="keep_screen_on"
37 android:title="@string/keep_screen_on"
Dianne Hackborn9244df42012-02-14 13:25:41 -080038 android:summary="@string/keep_screen_on_summary"/>
39
40 <ListPreference
41 android:key="hdcp_checking"
42 android:title="@string/hdcp_checking_title"
43 android:dialogTitle="@string/hdcp_checking_dialog_title"
44 android:entries="@array/hdcp_checking_titles"
45 android:entryValues="@array/hdcp_checking_values" />
46
Fabrice Di Meglio88638732014-10-14 16:43:37 -070047 <SwitchPreference
Zhihai Xu84bbb542013-07-26 13:33:16 -070048 android:key="bt_hci_snoop_log"
49 android:title="@string/bt_hci_snoop_log"
50 android:summary="@string/bt_hci_snoop_log_summary"/>
51
Fabrice Di Meglio88638732014-10-14 16:43:37 -070052 <SwitchPreference
Andres Moralesce249fe2014-07-07 16:58:16 -070053 android:key="oem_unlock_enable"
54 android:title="@string/oem_unlock_enable"
55 android:summary="@string/oem_unlock_enable_summary"/>
56
Dianne Hackbornc6d658e2013-08-08 12:57:53 -070057 <PreferenceScreen android:key="proc_stats"
58 android:title="@string/process_stats_summary_title"
59 android:summary="@string/process_stats_summary"
60 android:fragment="com.android.settings.applications.ProcessStatsUi">
61 </PreferenceScreen>
62
Jason Monk5dc70b12015-03-25 11:03:59 -040063 <PreferenceScreen
64 android:key="running_apps"
65 android:title="@string/runningservices_settings_title"
66 android:summary="@string/runningservices_settings_summary"
67 android:fragment="com.android.settings.applications.RunningServices" />
68
Dianne Hackborn9244df42012-02-14 13:25:41 -080069 <PreferenceCategory android:key="debug_debugging_category"
70 android:title="@string/debug_debugging_category">
71
Fabrice Di Meglio88638732014-10-14 16:43:37 -070072 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -080073 android:key="enable_adb"
74 android:title="@string/enable_adb"
75 android:summary="@string/enable_adb_summary"/>
76
Benoit Goby0761ffc2012-12-21 16:43:20 -080077 <Preference android:key="clear_adb_keys"
78 android:title="@string/clear_adb_keys" />
79
Fabrice Di Meglio88638732014-10-14 16:43:37 -070080 <SwitchPreference
Jeff Sharkeyd390b702013-03-05 23:31:45 -080081 android:key="enable_terminal"
82 android:title="@string/enable_terminal_title"
83 android:summary="@string/enable_terminal_summary" />
84
Fabrice Di Meglio88638732014-10-14 16:43:37 -070085 <SwitchPreference
Dianne Hackborn2d803a32012-08-07 11:26:32 -070086 android:key="bugreport_in_power"
87 android:title="@string/bugreport_in_power"
88 android:summary="@string/bugreport_in_power_summary"/>
89
Fabrice Di Meglio88638732014-10-14 16:43:37 -070090 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -080091 android:key="allow_mock_location"
92 android:title="@string/allow_mock_location"
93 android:summary="@string/allow_mock_location_summary"/>
94
Fabrice Di Meglio88638732014-10-14 16:43:37 -070095 <SwitchPreference
Jon Miranda0b652942014-08-12 09:08:29 -070096 android:key="debug_view_attributes"
97 android:title="@string/debug_view_attributes" />
98
Dianne Hackborn9244df42012-02-14 13:25:41 -080099 <PreferenceScreen android:key="debug_app"
100 android:title="@string/debug_app" />
101
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700102 <SwitchPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -0800103 android:key="wait_for_debugger"
104 android:title="@string/wait_for_debugger"
105 android:summary="@string/wait_for_debugger_summary"/>
106
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700107 <SwitchPreference
rich canningsf0421142012-09-25 16:20:36 -0700108 android:key="verify_apps_over_usb"
109 android:title="@string/verify_apps_over_usb_title"
110 android:summary="@string/verify_apps_over_usb_summary"/>
111
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700112 <SwitchPreference
Chong Zhang6c607382013-06-06 12:42:24 -0700113 android:key="wifi_display_certification"
114 android:title="@string/wifi_display_certification"
115 android:summary="@string/wifi_display_certification_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700116
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700117 <SwitchPreference
vandwallec9a66982014-05-21 15:21:16 -0700118 android:key="wifi_verbose_logging"
119 android:title="@string/wifi_verbose_logging" />
vandwalle653cfee2014-05-22 13:09:20 -0700120 android:summary="@string/wifi_verbose_logging_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700121
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700122 <SwitchPreference
vandwalle5e7b3ad2014-06-18 19:01:13 -0700123 android:key="wifi_aggressive_handover"
124 android:title="@string/wifi_aggressive_handover" />
125 android:summary="@string/wifi_aggressive_handover_summary"/>
126
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700127 <SwitchPreference
vandwalle5e7b3ad2014-06-18 19:01:13 -0700128 android:key="wifi_allow_scan_with_traffic"
129 android:title="@string/wifi_allow_scan_with_traffic" />
130 android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
131
Mark Salyzyn408c89b2014-05-12 10:19:09 -0700132 <ListPreference
133 android:key="select_logd_size"
134 android:title="@string/select_logd_size_title"
135 android:dialogTitle="@string/select_logd_size_dialog_title"
136 android:entries="@array/select_logd_size_titles"
137 android:entryValues="@array/select_logd_size_values" />
138
Mike Lockwood3f6ef342014-09-22 12:15:24 -0700139 <ListPreference
140 android:key="select_usb_configuration"
141 android:title="@string/select_usb_configuration_title"
142 android:dialogTitle="@string/select_usb_configuration_dialog_title"
143 android:entries="@array/usb_configuration_titles"
144 android:entryValues="@array/usb_configuration_values" />
145
Dianne Hackborn9244df42012-02-14 13:25:41 -0800146 </PreferenceCategory>
147
Dianne Hackborn34481b92012-05-07 17:52:07 -0700148 <PreferenceCategory android:key="debug_input_category"
149 android:title="@string/debug_input_category">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700150
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700151 <SwitchPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700152 android:key="show_touches"
153 android:title="@string/show_touches"
154 android:summary="@string/show_touches_summary"/>
155
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700156 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700157 android:key="pointer_location"
158 android:title="@string/pointer_location"
159 android:summary="@string/pointer_location_summary"/>
160
161 </PreferenceCategory>
162
163 <PreferenceCategory android:key="debug_drawing_category"
164 android:title="@string/debug_drawing_category">
165
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700166 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700167 android:key="show_screen_updates"
168 android:title="@string/show_screen_updates"
169 android:summary="@string/show_screen_updates_summary"/>
Romain Guyc1fa3e62012-04-27 15:27:54 -0700170
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700171 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800172 android:key="debug_layout"
173 android:title="@string/debug_layout"
174 android:summary="@string/debug_layout_summary"/>
175
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700176 <SwitchPreference
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700177 android:key="force_rtl_layout_all_locales"
178 android:title="@string/force_rtl_layout_all_locales"
179 android:summary="@string/force_rtl_layout_all_locales_summary"/>
180
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700181 <ListPreference
182 android:key="window_animation_scale"
183 android:title="@string/window_animation_scale_title"
184 android:persistent="false"
185 android:entries="@array/window_animation_scale_entries"
186 android:entryValues="@array/window_animation_scale_values" />
187
188 <ListPreference
189 android:key="transition_animation_scale"
190 android:title="@string/transition_animation_scale_title"
191 android:persistent="false"
192 android:entries="@array/transition_animation_scale_entries"
193 android:entryValues="@array/transition_animation_scale_values" />
194
Chet Haaseb29e78702012-02-01 15:10:12 -0800195 <ListPreference
196 android:key="animator_duration_scale"
197 android:title="@string/animator_duration_scale_title"
198 android:persistent="false"
199 android:entries="@array/animator_duration_scale_entries"
200 android:entryValues="@array/animator_duration_scale_values" />
201
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700202 <ListPreference
203 android:key="overlay_display_devices"
204 android:title="@string/overlay_display_devices_title"
205 android:persistent="false"
206 android:entries="@array/overlay_display_devices_entries"
207 android:entryValues="@array/overlay_display_devices_values" />
208
Wale Ogunwale4c9d6672015-02-27 14:22:04 -0800209 <SwitchPreference
210 android:key="enable_multi_window"
211 android:title="@string/enable_multi_window"
212 android:summary="@string/enable_multi_window_summary"/>
213
Dianne Hackborn34481b92012-05-07 17:52:07 -0700214 </PreferenceCategory>
215
Romain Guy6b24c452013-02-25 16:21:58 -0800216 <PreferenceCategory android:key="debug_hw_drawing_category"
217 android:title="@string/debug_hw_drawing_category">
218
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700219 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800220 android:key="force_hw_ui"
221 android:title="@string/force_hw_ui"
222 android:summary="@string/force_hw_ui_summary"/>
223
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700224 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800225 android:key="show_hw_screen_udpates"
226 android:title="@string/show_hw_screen_updates"
227 android:summary="@string/show_hw_screen_updates_summary"/>
228
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700229 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800230 android:key="show_hw_layers_udpates"
231 android:title="@string/show_hw_layers_updates"
232 android:summary="@string/show_hw_layers_updates_summary"/>
233
Romain Guyeb90fc52013-05-03 17:38:38 -0700234 <ListPreference
235 android:key="debug_hw_overdraw"
236 android:title="@string/debug_hw_overdraw"
237 android:persistent="false"
238 android:entries="@array/debug_hw_overdraw_entries"
239 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800240
241 <ListPreference
242 android:key="show_non_rect_clip"
243 android:title="@string/show_non_rect_clip"
244 android:persistent="false"
245 android:entries="@array/show_non_rect_clip_entries"
246 android:entryValues="@array/show_non_rect_clip_values" />
247
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700248 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800249 android:key="force_msaa"
250 android:title="@string/force_msaa"
251 android:summary="@string/force_msaa_summary"/>
252
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700253 <SwitchPreference
Romain Guy6b24c452013-02-25 16:21:58 -0800254 android:key="disable_overlays"
255 android:title="@string/disable_overlays"
256 android:summary="@string/disable_overlays_summary"/>
257
Alan Viverettefc0ab212013-10-02 16:36:33 -0700258 <ListPreference
259 android:entries="@array/simulate_color_space_entries"
260 android:entryValues="@array/simulate_color_space_values"
261 android:key="simulate_color_space"
262 android:persistent="false"
263 android:summary="%s"
264 android:title="@string/simulate_color_space" />
265
Romain Guy6b24c452013-02-25 16:21:58 -0800266 </PreferenceCategory>
267
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700268 <PreferenceCategory android:key="media_category"
269 android:title="@string/media_category">
270
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700271 <SwitchPreference
Lajos Molnarc3245a02014-11-21 21:01:40 -0800272 android:key="use_awesomeplayer"
273 android:title="@string/use_awesomeplayer"
274 android:summary="@string/use_awesomeplayer_summary"/>
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700275
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700276 <SwitchPreference
Glenn Kastenca542342014-07-22 09:14:08 -0700277 android:key="usb_audio"
278 android:title="@string/usb_audio_disable_routing"
279 android:summary="@string/usb_audio_disable_routing_summary" />
280
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700281 </PreferenceCategory>
282
Dianne Hackborn34481b92012-05-07 17:52:07 -0700283 <PreferenceCategory android:key="debug_monitoring_category"
284 android:title="@string/debug_monitoring_category">
285
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700286 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700287 android:key="strict_mode"
288 android:title="@string/strict_mode"
289 android:summary="@string/strict_mode_summary"/>
290
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700291 <SwitchPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700292 android:key="show_cpu_usage"
293 android:title="@string/show_cpu_usage"
294 android:summary="@string/show_cpu_usage_summary"/>
295
Romain Guy70618482013-01-07 11:20:49 -0800296 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700297 android:key="track_frame_time"
298 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800299 android:persistent="false"
300 android:entries="@array/track_frame_time_entries"
301 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700302
Romain Guy025cafc2012-10-18 17:37:43 -0700303 <ListPreference
304 android:key="enable_opengl_traces"
305 android:title="@string/enable_opengl_traces_title"
306 android:persistent="false"
307 android:entries="@array/enable_opengl_traces_entries"
308 android:entryValues="@array/enable_opengl_traces_values" />
309
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700310 </PreferenceCategory>
311
312 <PreferenceCategory android:key="debug_applications_category"
313 android:title="@string/debug_applications_category">
314
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700315 <SwitchPreference
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700316 android:key="immediately_destroy_activities"
317 android:title="@string/immediately_destroy_activities"
318 android:summary="@string/immediately_destroy_activities_summary"/>
319
320 <ListPreference
321 android:key="app_process_limit"
322 android:title="@string/app_process_limit_title"
323 android:persistent="false"
324 android:entries="@array/app_process_limit_entries"
325 android:entryValues="@array/app_process_limit_values" />
326
Fabrice Di Meglio88638732014-10-14 16:43:37 -0700327 <SwitchPreference
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700328 android:key="show_all_anrs"
329 android:title="@string/show_all_anrs"
330 android:summary="@string/show_all_anrs_summary"/>
331
Svetoslav Ganov43af40b2012-09-20 19:15:29 -0700332 </PreferenceCategory>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -0700333
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800334</PreferenceScreen>