OSDN Git Service

Merge tag 'android-8.1.0_r33' into oreo-x86
[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         xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
19         android:key="development_prefs_screen"
20         android:title="@string/development_settings_title">
21     <com.android.settings.BugreportPreference
22             android:key="bugreport"
23             android:title="@*android:string/bugreport_title"
24             android:dialogTitle="@*android:string/bugreport_title" />
25
26     <Preference
27             android:key="local_backup_password"
28             android:title="@string/local_backup_password_title"
29             android:summary="@string/local_backup_password_summary_none"
30             android:persistent="false" >
31         <intent
32                 android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD"
33                 android:targetPackage="com.android.settings"
34                 android:targetClass="com.android.settings.SetFullBackupPassword" />
35     </Preference>
36
37     <com.android.settingslib.RestrictedSwitchPreference
38         android:key="keep_screen_on"
39         android:title="@string/keep_screen_on"
40         android:summary="@string/keep_screen_on_summary"
41         settings:useAdditionalSummary="true" />
42
43     <ListPreference
44         android:key="hdcp_checking"
45         android:title="@string/hdcp_checking_title"
46         android:dialogTitle="@string/hdcp_checking_dialog_title"
47         android:entries="@array/hdcp_checking_titles"
48         android:entryValues="@array/hdcp_checking_values" />
49
50     <SwitchPreference
51         android:key="bt_hci_snoop_log"
52         android:title="@string/bt_hci_snoop_log"
53         android:summary="@string/bt_hci_snoop_log_summary"/>
54
55     <com.android.settingslib.RestrictedSwitchPreference
56         android:key="oem_unlock_enable"
57         android:title="@string/oem_unlock_enable"
58         android:summary="@string/oem_unlock_enable_summary"
59         settings:useAdditionalSummary="true"/>
60
61     <Preference
62         android:key="running_apps"
63         android:title="@string/runningservices_settings_title"
64         android:summary="@string/runningservices_settings_summary"
65         android:fragment="com.android.settings.applications.RunningServices" />
66
67     <Preference
68         android:key="convert_to_file_encryption"
69         android:title="@string/convert_to_file_encryption"
70         android:summary="@string/convert_to_file_encryption_enabled"
71         android:fragment="com.android.settings.applications.ConvertToFbe" />
72
73     <com.android.settings.development.ColorModePreference
74         android:key="picture_color_mode"
75         android:title="@string/picture_color_mode"
76         android:summary="@string/picture_color_mode_desc" />
77
78     <Preference android:key="select_webview_provider"
79         android:title="@string/select_webview_provider_title"
80         android:dialogTitle="@string/select_webview_provider_dialog_title"
81         android:fragment="com.android.settings.webview.WebViewAppPicker" />
82
83     <SwitchPreference
84         android:key="color_temperature"
85         android:title="@string/color_temperature"
86         android:summary="@string/color_temperature_desc" />
87
88     <SwitchPreference
89         android:key="ota_disable_automatic_update"
90         android:title="@string/ota_disable_automatic_update" />
91
92     <Preference
93         android:key="demo_mode"
94         android:title="@string/demo_mode">
95         <intent android:action="com.android.settings.action.DEMO_MODE" />
96     </Preference>
97
98     <Preference
99         android:key="quick_settings_tiles"
100         android:title="@string/quick_settings_developer_tiles">
101         <intent
102             android:targetPackage="com.android.settings"
103             android:targetClass="com.android.settings.qstile.DevelopmentTileConfigActivity" />
104     </Preference>
105
106     <ListPreference
107         android:key="root_access"
108         android:title="@string/root_access"
109         android:persistent="false"
110         android:entries="@array/root_access_entries"
111         android:entryValues="@array/root_access_values" />
112
113     <PreferenceCategory android:key="debug_debugging_category"
114             android:title="@string/debug_debugging_category">
115
116         <SwitchPreference
117             android:key="enable_adb"
118             android:title="@string/enable_adb"
119             android:summary="@string/enable_adb_summary"/>
120
121         <Preference android:key="clear_adb_keys"
122                 android:title="@string/clear_adb_keys" />
123
124         <SwitchPreference
125             android:key="enable_terminal"
126             android:title="@string/enable_terminal_title"
127             android:summary="@string/enable_terminal_summary" />
128
129         <SwitchPreference
130             android:key="bugreport_in_power"
131             android:title="@string/bugreport_in_power"
132             android:summary="@string/bugreport_in_power_summary"/>
133
134         <Preference android:key="mock_location_app"
135             android:title="@string/mock_location_app" />
136
137         <SwitchPreference
138                 android:key="debug_view_attributes"
139                 android:title="@string/debug_view_attributes" />
140
141         <Preference android:key="debug_app"
142                 android:title="@string/debug_app" />
143
144         <SwitchPreference
145             android:key="wait_for_debugger"
146             android:title="@string/wait_for_debugger"
147             android:summary="@string/wait_for_debugger_summary"/>
148
149         <com.android.settingslib.RestrictedSwitchPreference
150             android:key="verify_apps_over_usb"
151             android:title="@string/verify_apps_over_usb_title"
152             android:summary="@string/verify_apps_over_usb_summary"/>
153
154         <ListPreference
155             android:key="select_logd_size"
156             android:title="@string/select_logd_size_title"
157             android:dialogTitle="@string/select_logd_size_dialog_title"
158             android:entries="@array/select_logd_size_titles"
159             android:entryValues="@array/select_logd_size_values" />
160
161         <ListPreference
162             android:key="select_logpersist"
163             android:title="@string/select_logpersist_title"
164             android:dialogTitle="@string/select_logpersist_dialog_title"
165             android:entries="@array/select_logpersist_titles"
166             android:entryValues="@array/select_logpersist_values" />
167
168         <SwitchPreference
169             android:key="telephony_monitor_switch"
170             android:title="@string/telephony_monitor_switch"
171             android:summary="@string/telephony_monitor_switch_summary"/>
172
173         <SwitchPreference
174             android:key="camera_laser_sensor_switch"
175             android:title="@string/camera_laser_sensor_switch" />
176
177     </PreferenceCategory>
178
179     <PreferenceCategory android:key="debug_networking_category"
180             android:title="@string/debug_networking_category">
181
182         <SwitchPreference
183             android:key="wifi_display_certification"
184             android:title="@string/wifi_display_certification"
185             android:summary="@string/wifi_display_certification_summary"/>
186
187         <SwitchPreference
188             android:key="wifi_verbose_logging"
189             android:title="@string/wifi_verbose_logging"
190             android:summary="@string/wifi_verbose_logging_summary"/>
191
192         <SwitchPreference
193             android:key="wifi_aggressive_handover"
194             android:title="@string/wifi_aggressive_handover"
195             android:summary="@string/wifi_aggressive_handover_summary"/>
196
197         <SwitchPreference
198             android:key="wifi_allow_scan_with_traffic"
199             android:title="@string/wifi_allow_scan_with_traffic"
200             android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
201
202         <SwitchPreference
203             android:key="mobile_data_always_on"
204             android:title="@string/mobile_data_always_on"
205             android:summary="@string/mobile_data_always_on_summary"/>
206
207         <SwitchPreference
208             android:key="tethering_hardware_offload"
209             android:title="@string/tethering_hardware_offload"
210             android:summary="@string/tethering_hardware_offload_summary"/>
211
212         <ListPreference
213             android:key="select_usb_configuration"
214             android:title="@string/select_usb_configuration_title"
215             android:dialogTitle="@string/select_usb_configuration_dialog_title"
216             android:entries="@array/usb_configuration_titles"
217             android:entryValues="@array/usb_configuration_values" />
218
219         <SwitchPreference
220             android:key="bluetooth_show_devices_without_names"
221             android:title="@string/bluetooth_show_devices_without_names"
222             android:summary="@string/bluetooth_show_devices_without_names_summary"/>
223
224         <SwitchPreference
225             android:key="bluetooth_disable_absolute_volume"
226             android:title="@string/bluetooth_disable_absolute_volume"
227             android:summary="@string/bluetooth_disable_absolute_volume_summary"/>
228
229         <SwitchPreference
230             android:key="bluetooth_enable_inband_ringing"
231             android:title="@string/bluetooth_enable_inband_ringing"
232             android:summary="@string/bluetooth_enable_inband_ringing_summary"/>
233
234         <ListPreference
235             android:key="bluetooth_select_avrcp_version"
236             android:title="@string/bluetooth_select_avrcp_version_string"
237             android:dialogTitle="@string/bluetooth_select_avrcp_version_dialog_title"
238             android:entries="@array/bluetooth_avrcp_versions"
239             android:entryValues="@array/bluetooth_avrcp_version_values" />
240
241         <ListPreference
242             android:key="bluetooth_select_a2dp_codec"
243             android:title="@string/bluetooth_select_a2dp_codec_type"
244             android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title"
245             android:entries="@array/bluetooth_a2dp_codec_titles"
246             android:entryValues="@array/bluetooth_a2dp_codec_values" />
247
248         <ListPreference
249             android:key="bluetooth_select_a2dp_sample_rate"
250             android:title="@string/bluetooth_select_a2dp_codec_sample_rate"
251             android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title"
252             android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles"
253             android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" />
254
255         <ListPreference
256             android:key="bluetooth_select_a2dp_bits_per_sample"
257             android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample"
258             android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title"
259             android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles"
260             android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" />
261
262         <ListPreference
263             android:key="bluetooth_select_a2dp_channel_mode"
264             android:title="@string/bluetooth_select_a2dp_codec_channel_mode"
265             android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title"
266             android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles"
267             android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" />
268
269         <ListPreference
270             android:key="bluetooth_select_a2dp_ldac_playback_quality"
271             android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality"
272             android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title"
273             android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles"
274             android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" />
275
276     </PreferenceCategory>
277
278     <PreferenceCategory android:key="debug_input_category"
279             android:title="@string/debug_input_category">
280
281         <SwitchPreference
282             android:key="show_touches"
283             android:title="@string/show_touches"
284             android:summary="@string/show_touches_summary"/>
285
286         <SwitchPreference
287             android:key="pointer_location"
288             android:title="@string/pointer_location"
289             android:summary="@string/pointer_location_summary"/>
290
291     </PreferenceCategory>
292
293     <PreferenceCategory android:key="debug_drawing_category"
294             android:title="@string/debug_drawing_category">
295
296         <SwitchPreference
297             android:key="show_screen_updates"
298             android:title="@string/show_screen_updates"
299             android:summary="@string/show_screen_updates_summary"/>
300
301         <SwitchPreference
302             android:key="debug_layout"
303             android:title="@string/debug_layout"
304             android:summary="@string/debug_layout_summary"/>
305
306         <SwitchPreference
307             android:key="force_rtl_layout_all_locales"
308             android:title="@string/force_rtl_layout_all_locales"
309             android:summary="@string/force_rtl_layout_all_locales_summary"/>
310
311         <ListPreference
312             android:key="window_animation_scale"
313             android:title="@string/window_animation_scale_title"
314             android:entries="@array/window_animation_scale_entries"
315             android:entryValues="@array/window_animation_scale_values" />
316
317         <ListPreference
318             android:key="transition_animation_scale"
319             android:title="@string/transition_animation_scale_title"
320             android:entries="@array/transition_animation_scale_entries"
321             android:entryValues="@array/transition_animation_scale_values" />
322
323         <ListPreference
324             android:key="animator_duration_scale"
325             android:title="@string/animator_duration_scale_title"
326             android:entries="@array/animator_duration_scale_entries"
327             android:entryValues="@array/animator_duration_scale_values" />
328
329         <ListPreference
330             android:key="overlay_display_devices"
331             android:title="@string/overlay_display_devices_title"
332             android:entries="@array/overlay_display_devices_entries"
333             android:entryValues="@array/overlay_display_devices_values" />
334
335         <com.android.settings.display.DensityPreference
336             android:key="density"
337             android:title="@string/developer_smallest_width" />
338
339     </PreferenceCategory>
340
341     <PreferenceCategory android:key="debug_hw_drawing_category"
342             android:title="@string/debug_hw_drawing_category">
343
344         <SwitchPreference
345                 android:key="force_hw_ui"
346                 android:title="@string/force_hw_ui"
347                 android:summary="@string/force_hw_ui_summary"/>
348
349         <SwitchPreference
350                 android:key="show_hw_screen_udpates"
351                 android:title="@string/show_hw_screen_updates"
352                 android:summary="@string/show_hw_screen_updates_summary"/>
353
354         <SwitchPreference
355                 android:key="show_hw_layers_udpates"
356                 android:title="@string/show_hw_layers_updates"
357                 android:summary="@string/show_hw_layers_updates_summary"/>
358
359         <ListPreference
360                 android:key="debug_hw_overdraw"
361                 android:title="@string/debug_hw_overdraw"
362                 android:entries="@array/debug_hw_overdraw_entries"
363                 android:entryValues="@array/debug_hw_overdraw_values" />
364
365         <ListPreference
366                 android:key="show_non_rect_clip"
367                 android:title="@string/show_non_rect_clip"
368                 android:entries="@array/show_non_rect_clip_entries"
369                 android:entryValues="@array/show_non_rect_clip_values" />
370
371         <SwitchPreference
372                 android:key="force_msaa"
373                 android:title="@string/force_msaa"
374                 android:summary="@string/force_msaa_summary"/>
375
376         <SwitchPreference
377                 android:key="disable_overlays"
378                 android:title="@string/disable_overlays"
379                 android:summary="@string/disable_overlays_summary"/>
380
381         <ListPreference
382                 android:entries="@array/simulate_color_space_entries"
383                 android:entryValues="@array/simulate_color_space_values"
384                 android:key="simulate_color_space"
385                 android:summary="%s"
386                 android:title="@string/simulate_color_space" />
387
388         <ListPreference
389                 android:key="debug_hw_renderer"
390                 android:title="@string/debug_hw_renderer"
391                 android:entries="@array/debug_hw_renderer_entries"
392                 android:entryValues="@array/debug_hw_renderer_values" />
393
394     </PreferenceCategory>
395
396     <PreferenceCategory android:key="media_category"
397             android:title="@string/media_category">
398
399         <SwitchPreference
400                 android:key="usb_audio"
401                 android:title="@string/usb_audio_disable_routing"
402                 android:summary="@string/usb_audio_disable_routing_summary" />
403
404     </PreferenceCategory>
405
406     <PreferenceCategory android:key="debug_monitoring_category"
407             android:title="@string/debug_monitoring_category">
408
409         <SwitchPreference
410             android:key="strict_mode"
411             android:title="@string/strict_mode"
412             android:summary="@string/strict_mode_summary"/>
413
414         <ListPreference
415             android:key="track_frame_time"
416             android:title="@string/track_frame_time"
417             android:entries="@array/track_frame_time_entries"
418             android:entryValues="@array/track_frame_time_values" />
419
420     </PreferenceCategory>
421
422     <PreferenceCategory android:key="debug_applications_category"
423             android:title="@string/debug_applications_category">
424
425         <SwitchPreference
426             android:key="immediately_destroy_activities"
427             android:title="@string/immediately_destroy_activities"
428             android:summary="@string/immediately_destroy_activities_summary"/>
429
430         <ListPreference
431             android:key="app_process_limit"
432             android:title="@string/app_process_limit_title"
433             android:entries="@array/app_process_limit_entries"
434             android:entryValues="@array/app_process_limit_values" />
435
436
437         <Preference
438                 android:key="background_check"
439                 android:fragment="com.android.settings.applications.BackgroundCheckSummary"
440                 android:title="@string/background_check_pref" />
441
442
443         <SwitchPreference
444             android:key="show_all_anrs"
445             android:title="@string/show_all_anrs"
446             android:summary="@string/show_all_anrs_summary"/>
447
448         <SwitchPreference
449             android:key="show_notification_channel_warnings"
450             android:title="@string/show_notification_channel_warnings"
451             android:summary="@string/show_notification_channel_warnings_summary"/>
452
453         <Preference
454                 android:key="inactive_apps"
455                 android:title="@string/inactive_apps_title"
456                 android:fragment="com.android.settings.fuelgauge.InactiveApps"/>
457
458         <SwitchPreference
459             android:key="force_allow_on_external"
460             android:title="@string/force_allow_on_external"
461             android:summary="@string/force_allow_on_external_summary"/>
462
463         <SwitchPreference
464             android:key="force_resizable_activities"
465             android:title="@string/force_resizable_activities"
466             android:summary="@string/force_resizable_activities_summary"/>
467
468         <Preference
469             android:key="reset_shortcut_manager_throttling"
470             android:title="@string/reset_shortcut_manager_throttling" />
471      </PreferenceCategory>
472
473     <PreferenceCategory
474       android:key="dashboard_tile_placeholder"
475       android:order="200"/>
476
477 </PreferenceScreen>