blob: 3a473bb8303caab4b214ee6700a54cb046cd6116 [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
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 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
Dianne Hackborn9244df42012-02-14 13:25:41 -080035 <CheckBoxPreference
36 android:key="keep_screen_on"
37 android:title="@string/keep_screen_on"
38 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
55 android:key="enforce_read_external"
56 android:title="@string/enforce_read_external_title"
57 android:summary="@string/enforce_read_external_summary" />
58
Zhihai Xu84bbb542013-07-26 13:33:16 -070059 <CheckBoxPreference
60 android:key="bt_hci_snoop_log"
61 android:title="@string/bt_hci_snoop_log"
62 android:summary="@string/bt_hci_snoop_log_summary"/>
63
Dianne Hackborn9244df42012-02-14 13:25:41 -080064 <PreferenceCategory android:key="debug_debugging_category"
65 android:title="@string/debug_debugging_category">
66
67 <CheckBoxPreference
68 android:key="enable_adb"
69 android:title="@string/enable_adb"
70 android:summary="@string/enable_adb_summary"/>
71
Benoit Goby0761ffc2012-12-21 16:43:20 -080072 <Preference android:key="clear_adb_keys"
73 android:title="@string/clear_adb_keys" />
74
Dianne Hackborn9244df42012-02-14 13:25:41 -080075 <CheckBoxPreference
Jeff Sharkeyd390b702013-03-05 23:31:45 -080076 android:key="enable_terminal"
77 android:title="@string/enable_terminal_title"
78 android:summary="@string/enable_terminal_summary" />
79
80 <CheckBoxPreference
Dianne Hackborn2d803a32012-08-07 11:26:32 -070081 android:key="bugreport_in_power"
82 android:title="@string/bugreport_in_power"
83 android:summary="@string/bugreport_in_power_summary"/>
84
85 <CheckBoxPreference
Dianne Hackborn9244df42012-02-14 13:25:41 -080086 android:key="allow_mock_location"
87 android:title="@string/allow_mock_location"
88 android:summary="@string/allow_mock_location_summary"/>
89
90 <PreferenceScreen android:key="debug_app"
91 android:title="@string/debug_app" />
92
93 <CheckBoxPreference
94 android:key="wait_for_debugger"
95 android:title="@string/wait_for_debugger"
96 android:summary="@string/wait_for_debugger_summary"/>
97
rich canningsf0421142012-09-25 16:20:36 -070098 <CheckBoxPreference
99 android:key="verify_apps_over_usb"
100 android:title="@string/verify_apps_over_usb_title"
101 android:summary="@string/verify_apps_over_usb_summary"/>
102
Dianne Hackborn9244df42012-02-14 13:25:41 -0800103 </PreferenceCategory>
104
Dianne Hackborn34481b92012-05-07 17:52:07 -0700105 <PreferenceCategory android:key="debug_input_category"
106 android:title="@string/debug_input_category">
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700107
108 <CheckBoxPreference
Jeff Brownf4077002011-08-26 17:10:32 -0700109 android:key="show_touches"
110 android:title="@string/show_touches"
111 android:summary="@string/show_touches_summary"/>
112
113 <CheckBoxPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700114 android:key="pointer_location"
115 android:title="@string/pointer_location"
116 android:summary="@string/pointer_location_summary"/>
117
118 </PreferenceCategory>
119
120 <PreferenceCategory android:key="debug_drawing_category"
121 android:title="@string/debug_drawing_category">
122
123 <CheckBoxPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700124 android:key="show_screen_updates"
125 android:title="@string/show_screen_updates"
126 android:summary="@string/show_screen_updates_summary"/>
Romain Guyc1fa3e62012-04-27 15:27:54 -0700127
Romain Guy6b24c452013-02-25 16:21:58 -0800128 <CheckBoxPreference
129 android:key="debug_layout"
130 android:title="@string/debug_layout"
131 android:summary="@string/debug_layout_summary"/>
132
Amith Yamasanidf1eda82013-08-07 20:14:44 -0700133 <CheckBoxPreference
134 android:key="force_rtl_layout_all_locales"
135 android:title="@string/force_rtl_layout_all_locales"
136 android:summary="@string/force_rtl_layout_all_locales_summary"/>
137
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700138 <ListPreference
139 android:key="window_animation_scale"
140 android:title="@string/window_animation_scale_title"
141 android:persistent="false"
142 android:entries="@array/window_animation_scale_entries"
143 android:entryValues="@array/window_animation_scale_values" />
144
145 <ListPreference
146 android:key="transition_animation_scale"
147 android:title="@string/transition_animation_scale_title"
148 android:persistent="false"
149 android:entries="@array/transition_animation_scale_entries"
150 android:entryValues="@array/transition_animation_scale_values" />
151
Chet Haaseb29e78702012-02-01 15:10:12 -0800152 <ListPreference
153 android:key="animator_duration_scale"
154 android:title="@string/animator_duration_scale_title"
155 android:persistent="false"
156 android:entries="@array/animator_duration_scale_entries"
157 android:entryValues="@array/animator_duration_scale_values" />
158
Jeff Brownb2b54ee2012-08-29 02:33:06 -0700159 <ListPreference
160 android:key="overlay_display_devices"
161 android:title="@string/overlay_display_devices_title"
162 android:persistent="false"
163 android:entries="@array/overlay_display_devices_entries"
164 android:entryValues="@array/overlay_display_devices_values" />
165
Dianne Hackborn34481b92012-05-07 17:52:07 -0700166 </PreferenceCategory>
167
Romain Guy6b24c452013-02-25 16:21:58 -0800168 <PreferenceCategory android:key="debug_hw_drawing_category"
169 android:title="@string/debug_hw_drawing_category">
170
171 <CheckBoxPreference
172 android:key="force_hw_ui"
173 android:title="@string/force_hw_ui"
174 android:summary="@string/force_hw_ui_summary"/>
175
176 <CheckBoxPreference
177 android:key="show_hw_screen_udpates"
178 android:title="@string/show_hw_screen_updates"
179 android:summary="@string/show_hw_screen_updates_summary"/>
180
181 <CheckBoxPreference
182 android:key="show_hw_layers_udpates"
183 android:title="@string/show_hw_layers_updates"
184 android:summary="@string/show_hw_layers_updates_summary"/>
185
Romain Guyeb90fc52013-05-03 17:38:38 -0700186 <ListPreference
187 android:key="debug_hw_overdraw"
188 android:title="@string/debug_hw_overdraw"
189 android:persistent="false"
190 android:entries="@array/debug_hw_overdraw_entries"
191 android:entryValues="@array/debug_hw_overdraw_values" />
Romain Guy6b24c452013-02-25 16:21:58 -0800192
193 <ListPreference
194 android:key="show_non_rect_clip"
195 android:title="@string/show_non_rect_clip"
196 android:persistent="false"
197 android:entries="@array/show_non_rect_clip_entries"
198 android:entryValues="@array/show_non_rect_clip_values" />
199
200 <CheckBoxPreference
201 android:key="force_msaa"
202 android:title="@string/force_msaa"
203 android:summary="@string/force_msaa_summary"/>
204
205 <CheckBoxPreference
206 android:key="disable_overlays"
207 android:title="@string/disable_overlays"
208 android:summary="@string/disable_overlays_summary"/>
209
210 </PreferenceCategory>
211
Dianne Hackborn34481b92012-05-07 17:52:07 -0700212 <PreferenceCategory android:key="debug_monitoring_category"
213 android:title="@string/debug_monitoring_category">
214
215 <CheckBoxPreference
216 android:key="strict_mode"
217 android:title="@string/strict_mode"
218 android:summary="@string/strict_mode_summary"/>
219
220 <CheckBoxPreference
221 android:key="show_cpu_usage"
222 android:title="@string/show_cpu_usage"
223 android:summary="@string/show_cpu_usage_summary"/>
224
Romain Guy70618482013-01-07 11:20:49 -0800225 <ListPreference
Dianne Hackborn34481b92012-05-07 17:52:07 -0700226 android:key="track_frame_time"
227 android:title="@string/track_frame_time"
Romain Guy70618482013-01-07 11:20:49 -0800228 android:persistent="false"
229 android:entries="@array/track_frame_time_entries"
230 android:entryValues="@array/track_frame_time_values" />
Dianne Hackborn34481b92012-05-07 17:52:07 -0700231
Romain Guy025cafc2012-10-18 17:37:43 -0700232 <ListPreference
233 android:key="enable_opengl_traces"
234 android:title="@string/enable_opengl_traces_title"
235 android:persistent="false"
236 android:entries="@array/enable_opengl_traces_entries"
237 android:entryValues="@array/enable_opengl_traces_values" />
238
Dianne Hackborneddc4fe2011-07-01 18:56:09 -0700239 </PreferenceCategory>
240
241 <PreferenceCategory android:key="debug_applications_category"
242 android:title="@string/debug_applications_category">
243
244 <CheckBoxPreference
245 android:key="immediately_destroy_activities"
246 android:title="@string/immediately_destroy_activities"
247 android:summary="@string/immediately_destroy_activities_summary"/>
248
249 <ListPreference
250 android:key="app_process_limit"
251 android:title="@string/app_process_limit_title"
252 android:persistent="false"
253 android:entries="@array/app_process_limit_entries"
254 android:entryValues="@array/app_process_limit_values" />
255
Dianne Hackbornd5119bd2011-08-02 15:08:04 -0700256 <CheckBoxPreference
257 android:key="show_all_anrs"
258 android:title="@string/show_all_anrs"
259 android:summary="@string/show_all_anrs_summary"/>
260
Jared Duke8dc6d082013-03-15 15:13:41 -0700261 <CheckBoxPreference
262 android:key="experimental_webview"
263 android:title="@string/experimental_webview"
264 android:summary="@string/experimental_webview_summary"/>
265
Svetoslav Ganov43af40b2012-09-20 19:15:29 -0700266 </PreferenceCategory>
Svetoslav Ganovdecf36e2012-08-06 10:55:11 -0700267
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800268</PreferenceScreen>