OSDN Git Service

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