OSDN Git Service

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