blob: 98397bf90b4233910c895b70f2fac52c9b9c546c [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
Selim Gurun029c13e2014-05-05 16:02:41 -070035 <CheckBoxPreference
36 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
Brian Carlstromf32ba132013-06-28 13:18:41 -070041 android:key="select_runtime"
42 android:title="@string/select_runtime_title"
43 android:dialogTitle="@string/select_runtime_dialog_title"
44 android:entries="@array/select_runtime_titles"
45 android:entryValues="@array/select_runtime_values" />
46
47 <ListPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -080048 android:key="hdcp_checking"
49 android:title="@string/hdcp_checking_title"
50 android:dialogTitle="@string/hdcp_checking_dialog_title"
51 android:entries="@array/hdcp_checking_titles"
52 android:entryValues="@array/hdcp_checking_values" />
53
Jeff Sharkeycaf15612012-05-14 20:51:05 -070054 <CheckBoxPreference
Zhihai Xu84bbb542013-07-26 13:33:16 -070055 android:key="bt_hci_snoop_log"
56 android:title="@string/bt_hci_snoop_log"
57 android:summary="@string/bt_hci_snoop_log_summary"/>
58
Dianne Hackbornc6d658e2013-08-08 12:57:53 -070059 <PreferenceScreen android:key="proc_stats"
60 android:title="@string/process_stats_summary_title"
61 android:summary="@string/process_stats_summary"
62 android:fragment="com.android.settings.applications.ProcessStatsUi">
63 </PreferenceScreen>
64
Dianne Hackborn9244df42012-02-14 13:25:41 -080065 <PreferenceCategory android:key="debug_debugging_category"
66 android:title="@string/debug_debugging_category">
67
68 <CheckBoxPreference
69 android:key="enable_adb"
70 android:title="@string/enable_adb"
71 android:summary="@string/enable_adb_summary"/>
72
Benoit Goby0761ffc2012-12-21 16:43:20 -080073 <Preference android:key="clear_adb_keys"
74 android:title="@string/clear_adb_keys" />
75
Dianne Hackborn9244df42012-02-14 13:25:41 -080076 <CheckBoxPreference
Jeff Sharkeyd390b702013-03-05 23:31:45 -080077 android:key="enable_terminal"
78 android:title="@string/enable_terminal_title"
79 android:summary="@string/enable_terminal_summary" />
80
81 <CheckBoxPreference
Dianne Hackborn2d803a32012-08-07 11:26:32 -070082 android:key="bugreport_in_power"
83 android:title="@string/bugreport_in_power"
84 android:summary="@string/bugreport_in_power_summary"/>
85
86 <CheckBoxPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -080087 android:key="allow_mock_location"
88 android:title="@string/allow_mock_location"
89 android:summary="@string/allow_mock_location_summary"/>
90
91 <PreferenceScreen android:key="debug_app"
92 android:title="@string/debug_app" />
93
94 <CheckBoxPreference
95 android:key="wait_for_debugger"
96 android:title="@string/wait_for_debugger"
97 android:summary="@string/wait_for_debugger_summary"/>
98
rich canningsf0421142012-09-25 16:20:36 -070099 <CheckBoxPreference
100 android:key="verify_apps_over_usb"
101 android:title="@string/verify_apps_over_usb_title"
102 android:summary="@string/verify_apps_over_usb_summary"/>
103
Chong Zhang6c607382013-06-06 12:42:24 -0700104 <CheckBoxPreference
105 android:key="wifi_display_certification"
106 android:title="@string/wifi_display_certification"
107 android:summary="@string/wifi_display_certification_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700108
109 <CheckBoxPreference
110 android:key="wifi_verbose_logging"
111 android:title="@string/wifi_verbose_logging" />
vandwalle653cfee2014-05-22 13:09:20 -0700112 android:summary="@string/wifi_verbose_logging_summary"/>
vandwallec9a66982014-05-21 15:21:16 -0700113
Mark Salyzyn408c89b2014-05-12 10:19:09 -0700114 <ListPreference
115 android:key="select_logd_size"
116 android:title="@string/select_logd_size_title"
117 android:dialogTitle="@string/select_logd_size_dialog_title"
118 android:entries="@array/select_logd_size_titles"
119 android:entryValues="@array/select_logd_size_values" />
120
Dianne Hackborn9244df42012-02-14 13:25:41 -0800121 </PreferenceCategory>
122
Dianne Hackborn34481b92012-05-07 17:52:07 -0700123 <PreferenceCategory android:key="debug_input_category"
124 android:title="@string/debug_input_category">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700125
126 <CheckBoxPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700127 android:key="show_touches"
128 android:title="@string/show_touches"
129 android:summary="@string/show_touches_summary"/>
130
131 <CheckBoxPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700132 android:key="pointer_location"
133 android:title="@string/pointer_location"
134 android:summary="@string/pointer_location_summary"/>
135
136 </PreferenceCategory>
137
138 <PreferenceCategory android:key="debug_drawing_category"
139 android:title="@string/debug_drawing_category">
140
141 <CheckBoxPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700142 android:key="show_screen_updates"
143 android:title="@string/show_screen_updates"
144 android:summary="@string/show_screen_updates_summary"/>
Romain Guyc1fa3e62012-04-27 15:27:54 -0700145
Romain Guy6b24c452013-02-25 16:21:58 -0800146 <CheckBoxPreference
147 android:key="debug_layout"
148 android:title="@string/debug_layout"
149 android:summary="@string/debug_layout_summary"/>
150
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700151 <CheckBoxPreference
152 android:key="force_rtl_layout_all_locales"
153 android:title="@string/force_rtl_layout_all_locales"
154 android:summary="@string/force_rtl_layout_all_locales_summary"/>
155
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700156 <ListPreference
157 android:key="window_animation_scale"
158 android:title="@string/window_animation_scale_title"
159 android:persistent="false"
160 android:entries="@array/window_animation_scale_entries"
161 android:entryValues="@array/window_animation_scale_values" />
162
163 <ListPreference
164 android:key="transition_animation_scale"
165 android:title="@string/transition_animation_scale_title"
166 android:persistent="false"
167 android:entries="@array/transition_animation_scale_entries"
168 android:entryValues="@array/transition_animation_scale_values" />
169
Chet Haaseb29e78702012-02-01 15:10:12 -0800170 <ListPreference
171 android:key="animator_duration_scale"
172 android:title="@string/animator_duration_scale_title"
173 android:persistent="false"
174 android:entries="@array/animator_duration_scale_entries"
175 android:entryValues="@array/animator_duration_scale_values" />
176
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700177 <ListPreference
178 android:key="overlay_display_devices"
179 android:title="@string/overlay_display_devices_title"
180 android:persistent="false"
181 android:entries="@array/overlay_display_devices_entries"
182 android:entryValues="@array/overlay_display_devices_values" />
183
Dianne Hackborn34481b92012-05-07 17:52:07 -0700184 </PreferenceCategory>
185
Romain Guy6b24c452013-02-25 16:21:58 -0800186 <PreferenceCategory android:key="debug_hw_drawing_category"
187 android:title="@string/debug_hw_drawing_category">
188
189 <CheckBoxPreference
190 android:key="force_hw_ui"
191 android:title="@string/force_hw_ui"
192 android:summary="@string/force_hw_ui_summary"/>
193
194 <CheckBoxPreference
195 android:key="show_hw_screen_udpates"
196 android:title="@string/show_hw_screen_updates"
197 android:summary="@string/show_hw_screen_updates_summary"/>
198
199 <CheckBoxPreference
200 android:key="show_hw_layers_udpates"
201 android:title="@string/show_hw_layers_updates"
202 android:summary="@string/show_hw_layers_updates_summary"/>
203
Romain Guyeb90fc52013-05-03 17:38:38 -0700204 <ListPreference
205 android:key="debug_hw_overdraw"
206 android:title="@string/debug_hw_overdraw"
207 android:persistent="false"
208 android:entries="@array/debug_hw_overdraw_entries"
209 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800210
211 <ListPreference
212 android:key="show_non_rect_clip"
213 android:title="@string/show_non_rect_clip"
214 android:persistent="false"
215 android:entries="@array/show_non_rect_clip_entries"
216 android:entryValues="@array/show_non_rect_clip_values" />
217
218 <CheckBoxPreference
219 android:key="force_msaa"
220 android:title="@string/force_msaa"
221 android:summary="@string/force_msaa_summary"/>
222
223 <CheckBoxPreference
224 android:key="disable_overlays"
225 android:title="@string/disable_overlays"
226 android:summary="@string/disable_overlays_summary"/>
227
Alan Viverettefc0ab212013-10-02 16:36:33 -0700228 <ListPreference
229 android:entries="@array/simulate_color_space_entries"
230 android:entryValues="@array/simulate_color_space_values"
231 android:key="simulate_color_space"
232 android:persistent="false"
233 android:summary="%s"
234 android:title="@string/simulate_color_space" />
235
Romain Guy6b24c452013-02-25 16:21:58 -0800236 </PreferenceCategory>
237
Lajos Molnar6b2f7c42014-03-28 09:48:58 -0700238 <PreferenceCategory android:key="media_category"
239 android:title="@string/media_category">
240
241 <CheckBoxPreference
242 android:key="use_nuplayer"
243 android:title="@string/use_nuplayer"
244 android:summary="@string/use_nuplayer_summary"/>
245
246 </PreferenceCategory>
247
Dianne Hackborn34481b92012-05-07 17:52:07 -0700248 <PreferenceCategory android:key="debug_monitoring_category"
249 android:title="@string/debug_monitoring_category">
250
251 <CheckBoxPreference
252 android:key="strict_mode"
253 android:title="@string/strict_mode"
254 android:summary="@string/strict_mode_summary"/>
255
256 <CheckBoxPreference
257 android:key="show_cpu_usage"
258 android:title="@string/show_cpu_usage"
259 android:summary="@string/show_cpu_usage_summary"/>
260
Romain Guy70618482013-01-07 11:20:49 -0800261 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700262 android:key="track_frame_time"
263 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800264 android:persistent="false"
265 android:entries="@array/track_frame_time_entries"
266 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700267
Romain Guy025cafc2012-10-18 17:37:43 -0700268 <ListPreference
269 android:key="enable_opengl_traces"
270 android:title="@string/enable_opengl_traces_title"
271 android:persistent="false"
272 android:entries="@array/enable_opengl_traces_entries"
273 android:entryValues="@array/enable_opengl_traces_values" />
274
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700275 </PreferenceCategory>
276
277 <PreferenceCategory android:key="debug_applications_category"
278 android:title="@string/debug_applications_category">
279
280 <CheckBoxPreference
281 android:key="immediately_destroy_activities"
282 android:title="@string/immediately_destroy_activities"
283 android:summary="@string/immediately_destroy_activities_summary"/>
284
285 <ListPreference
286 android:key="app_process_limit"
287 android:title="@string/app_process_limit_title"
288 android:persistent="false"
289 android:entries="@array/app_process_limit_entries"
290 android:entryValues="@array/app_process_limit_values" />
291
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700292 <CheckBoxPreference
293 android:key="show_all_anrs"
294 android:title="@string/show_all_anrs"
295 android:summary="@string/show_all_anrs_summary"/>
296
Selim Gurun029c13e2014-05-05 16:02:41 -0700297 <CheckBoxPreference
298 android:key="webview_data_reduction_proxy"
299 android:title="@string/webview_data_reduction_proxy"
300 android:summary="@string/webview_data_reduction_proxy_summary"/>
Svetoslav Ganov43af40b2012-09-20 19:15:29 -0700301 </PreferenceCategory>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -0700302
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800303</PreferenceScreen>