OSDN Git Service

am dffcc532: (-s ours) am c7b0a816: (-s ours) am 49b491bb: (-s ours) am 2e095fa2...
[android-x86/packages-apps-Settings.git] / res / xml / development_prefs.xml
1 <?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">
19     <com.android.settings.BugreportPreference
20             android:key="bugreport"
21             android:title="@*android:string/bugreport_title"
22             android:dialogTitle="@*android:string/bugreport_title" />
23
24     <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
35     <SwitchPreference
36         android:key="keep_screen_on"
37         android:title="@string/keep_screen_on"
38         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
47     <SwitchPreference
48         android:key="bt_hci_snoop_log"
49         android:title="@string/bt_hci_snoop_log"
50         android:summary="@string/bt_hci_snoop_log_summary"/>
51
52     <SwitchPreference
53         android:key="oem_unlock_enable"
54         android:title="@string/oem_unlock_enable"
55         android:summary="@string/oem_unlock_enable_summary"/>
56
57     <PreferenceScreen
58         android:key="running_apps"
59         android:title="@string/runningservices_settings_title"
60         android:summary="@string/runningservices_settings_summary"
61         android:fragment="com.android.settings.applications.RunningServices" />
62
63     <PreferenceCategory android:key="debug_debugging_category"
64             android:title="@string/debug_debugging_category">
65
66         <SwitchPreference
67             android:key="enable_adb"
68             android:title="@string/enable_adb"
69             android:summary="@string/enable_adb_summary"/>
70
71         <Preference android:key="clear_adb_keys"
72                 android:title="@string/clear_adb_keys" />
73
74         <SwitchPreference
75             android:key="enable_terminal"
76             android:title="@string/enable_terminal_title"
77             android:summary="@string/enable_terminal_summary" />
78
79         <SwitchPreference
80             android:key="bugreport_in_power"
81             android:title="@string/bugreport_in_power"
82             android:summary="@string/bugreport_in_power_summary"/>
83
84         <PreferenceScreen android:key="mock_location_app"
85             android:title="@string/mock_location_app" />
86
87         <SwitchPreference
88                 android:key="debug_view_attributes"
89                 android:title="@string/debug_view_attributes" />
90
91         <PreferenceScreen android:key="debug_app"
92                 android:title="@string/debug_app" />
93
94         <SwitchPreference
95             android:key="wait_for_debugger"
96             android:title="@string/wait_for_debugger"
97             android:summary="@string/wait_for_debugger_summary"/>
98
99         <SwitchPreference
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
104         <ListPreference
105             android:key="select_logd_size"
106             android:title="@string/select_logd_size_title"
107             android:dialogTitle="@string/select_logd_size_dialog_title"
108             android:entries="@array/select_logd_size_titles"
109             android:entryValues="@array/select_logd_size_values" />
110
111     </PreferenceCategory>
112
113     <PreferenceCategory android:key="debug_networking_category"
114             android:title="@string/debug_networking_category">
115
116         <SwitchPreference
117             android:key="wifi_display_certification"
118             android:title="@string/wifi_display_certification"
119             android:summary="@string/wifi_display_certification_summary"/>
120
121         <SwitchPreference
122             android:key="wifi_verbose_logging"
123             android:title="@string/wifi_verbose_logging"
124             android:summary="@string/wifi_verbose_logging_summary"/>
125
126         <SwitchPreference
127             android:key="wifi_aggressive_handover"
128             android:title="@string/wifi_aggressive_handover"
129             android:summary="@string/wifi_aggressive_handover_summary"/>
130
131         <SwitchPreference
132             android:key="wifi_allow_scan_with_traffic"
133             android:title="@string/wifi_allow_scan_with_traffic"
134             android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
135
136        <SwitchPreference
137             android:key="legacy_dhcp_client"
138             android:title="@string/legacy_dhcp_client"
139             android:summary="@string/legacy_dhcp_client_summary"/>
140
141        <SwitchPreference
142             android:key="mobile_data_always_on"
143             android:title="@string/mobile_data_always_on"
144             android:summary="@string/mobile_data_always_on_summary"/>
145
146         <ListPreference
147             android:key="select_usb_configuration"
148             android:title="@string/select_usb_configuration_title"
149             android:dialogTitle="@string/select_usb_configuration_dialog_title"
150             android:entries="@array/usb_configuration_titles"
151             android:entryValues="@array/usb_configuration_values" />
152
153     </PreferenceCategory>
154
155     <PreferenceCategory android:key="debug_input_category"
156             android:title="@string/debug_input_category">
157
158         <SwitchPreference
159             android:key="show_touches"
160             android:title="@string/show_touches"
161             android:summary="@string/show_touches_summary"/>
162
163         <SwitchPreference
164             android:key="pointer_location"
165             android:title="@string/pointer_location"
166             android:summary="@string/pointer_location_summary"/>
167
168     </PreferenceCategory>
169
170     <PreferenceCategory android:key="debug_drawing_category"
171             android:title="@string/debug_drawing_category">
172
173         <SwitchPreference
174             android:key="show_screen_updates"
175             android:title="@string/show_screen_updates"
176             android:summary="@string/show_screen_updates_summary"/>
177
178         <SwitchPreference
179             android:key="debug_layout"
180             android:title="@string/debug_layout"
181             android:summary="@string/debug_layout_summary"/>
182
183         <SwitchPreference
184             android:key="force_rtl_layout_all_locales"
185             android:title="@string/force_rtl_layout_all_locales"
186             android:summary="@string/force_rtl_layout_all_locales_summary"/>
187
188         <ListPreference
189             android:key="window_animation_scale"
190             android:title="@string/window_animation_scale_title"
191             android:persistent="false"
192             android:entries="@array/window_animation_scale_entries"
193             android:entryValues="@array/window_animation_scale_values" />
194
195         <ListPreference
196             android:key="transition_animation_scale"
197             android:title="@string/transition_animation_scale_title"
198             android:persistent="false"
199             android:entries="@array/transition_animation_scale_entries"
200             android:entryValues="@array/transition_animation_scale_values" />
201
202         <ListPreference
203             android:key="animator_duration_scale"
204             android:title="@string/animator_duration_scale_title"
205             android:persistent="false"
206             android:entries="@array/animator_duration_scale_entries"
207             android:entryValues="@array/animator_duration_scale_values" />
208
209         <ListPreference
210             android:key="overlay_display_devices"
211             android:title="@string/overlay_display_devices_title"
212             android:persistent="false"
213             android:entries="@array/overlay_display_devices_entries"
214             android:entryValues="@array/overlay_display_devices_values" />
215
216         <SwitchPreference
217             android:key="enable_multi_window"
218             android:title="@string/enable_multi_window"
219             android:summary="@string/enable_multi_window_summary"/>
220
221     </PreferenceCategory>
222
223     <PreferenceCategory android:key="debug_hw_drawing_category"
224             android:title="@string/debug_hw_drawing_category">
225
226         <SwitchPreference
227                 android:key="force_hw_ui"
228                 android:title="@string/force_hw_ui"
229                 android:summary="@string/force_hw_ui_summary"/>
230
231         <SwitchPreference
232                 android:key="show_hw_screen_udpates"
233                 android:title="@string/show_hw_screen_updates"
234                 android:summary="@string/show_hw_screen_updates_summary"/>
235
236         <SwitchPreference
237                 android:key="show_hw_layers_udpates"
238                 android:title="@string/show_hw_layers_updates"
239                 android:summary="@string/show_hw_layers_updates_summary"/>
240
241         <ListPreference
242                 android:key="debug_hw_overdraw"
243                 android:title="@string/debug_hw_overdraw"
244                 android:persistent="false"
245                 android:entries="@array/debug_hw_overdraw_entries"
246                 android:entryValues="@array/debug_hw_overdraw_values" />
247
248         <ListPreference
249                 android:key="show_non_rect_clip"
250                 android:title="@string/show_non_rect_clip"
251                 android:persistent="false"
252                 android:entries="@array/show_non_rect_clip_entries"
253                 android:entryValues="@array/show_non_rect_clip_values" />
254
255         <SwitchPreference
256                 android:key="force_msaa"
257                 android:title="@string/force_msaa"
258                 android:summary="@string/force_msaa_summary"/>
259
260         <SwitchPreference
261                 android:key="disable_overlays"
262                 android:title="@string/disable_overlays"
263                 android:summary="@string/disable_overlays_summary"/>
264
265         <ListPreference
266                 android:entries="@array/simulate_color_space_entries"
267                 android:entryValues="@array/simulate_color_space_values"
268                 android:key="simulate_color_space"
269                 android:persistent="false"
270                 android:summary="%s"
271                 android:title="@string/simulate_color_space" />
272
273     </PreferenceCategory>
274
275     <PreferenceCategory android:key="media_category"
276             android:title="@string/media_category">
277
278         <SwitchPreference
279                 android:key="usb_audio"
280                 android:title="@string/usb_audio_disable_routing"
281                 android:summary="@string/usb_audio_disable_routing_summary" />
282
283     </PreferenceCategory>
284
285     <PreferenceCategory android:key="debug_monitoring_category"
286             android:title="@string/debug_monitoring_category">
287
288         <SwitchPreference
289             android:key="strict_mode"
290             android:title="@string/strict_mode"
291             android:summary="@string/strict_mode_summary"/>
292
293         <SwitchPreference
294             android:key="show_cpu_usage"
295             android:title="@string/show_cpu_usage"
296             android:summary="@string/show_cpu_usage_summary"/>
297
298         <ListPreference
299             android:key="track_frame_time"
300             android:title="@string/track_frame_time"
301             android:persistent="false"
302             android:entries="@array/track_frame_time_entries"
303             android:entryValues="@array/track_frame_time_values" />
304
305         <ListPreference
306             android:key="enable_opengl_traces"
307             android:title="@string/enable_opengl_traces_title"
308             android:persistent="false"
309             android:entries="@array/enable_opengl_traces_entries"
310             android:entryValues="@array/enable_opengl_traces_values" />
311
312     </PreferenceCategory>
313
314     <PreferenceCategory android:key="debug_applications_category"
315             android:title="@string/debug_applications_category">
316
317         <SwitchPreference
318             android:key="immediately_destroy_activities"
319             android:title="@string/immediately_destroy_activities"
320             android:summary="@string/immediately_destroy_activities_summary"/>
321
322         <ListPreference
323             android:key="app_process_limit"
324             android:title="@string/app_process_limit_title"
325             android:persistent="false"
326             android:entries="@array/app_process_limit_entries"
327             android:entryValues="@array/app_process_limit_values" />
328
329         <SwitchPreference
330             android:key="show_all_anrs"
331             android:title="@string/show_all_anrs"
332             android:summary="@string/show_all_anrs_summary"/>
333
334         <Preference
335                 android:key="inactive_apps"
336                 android:title="@string/inactive_apps_title" />
337
338      </PreferenceCategory>
339
340 </PreferenceScreen>