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:title="@string/development_settings_title"> 20 <com.android.settings.BugreportPreference 21 android:key="bugreport" 22 android:title="@*android:string/bugreport_title" 23 android:dialogTitle="@*android:string/bugreport_title" /> 24 25 <PreferenceScreen 26 android:key="local_backup_password" 27 android:title="@string/local_backup_password_title" 28 android:summary="@string/local_backup_password_summary_none" 29 android:persistent="false" > 30 <intent 31 android:action="android.settings.privacy.SET_FULL_BACKUP_PASSWORD" 32 android:targetPackage="com.android.settings" 33 android:targetClass="com.android.settings.SetFullBackupPassword" /> 34 </PreferenceScreen> 35 36 <com.android.settingslib.RestrictedSwitchPreference 37 android:key="keep_screen_on" 38 android:title="@string/keep_screen_on" 39 android:summary="@string/keep_screen_on_summary" 40 settings:useAdditionalSummary="true" /> 41 42 <ListPreference 43 android:key="hdcp_checking" 44 android:title="@string/hdcp_checking_title" 45 android:dialogTitle="@string/hdcp_checking_dialog_title" 46 android:entries="@array/hdcp_checking_titles" 47 android:entryValues="@array/hdcp_checking_values" /> 48 49 <SwitchPreference 50 android:key="bt_hci_snoop_log" 51 android:title="@string/bt_hci_snoop_log" 52 android:summary="@string/bt_hci_snoop_log_summary"/> 53 54 <com.android.settingslib.RestrictedSwitchPreference 55 android:key="oem_unlock_enable" 56 android:title="@string/oem_unlock_enable" 57 android:summary="@string/oem_unlock_enable_summary" 58 settings:useAdditionalSummary="true"/> 59 60 <PreferenceScreen 61 android:key="running_apps" 62 android:title="@string/runningservices_settings_title" 63 android:summary="@string/runningservices_settings_summary" 64 android:fragment="com.android.settings.applications.RunningServices" /> 65 66 <PreferenceScreen 67 android:key="convert_to_file_encryption" 68 android:title="@string/convert_to_file_encryption" 69 android:summary="@string/convert_to_file_encryption_enabled" 70 android:fragment="com.android.settings.applications.ConvertToFbe" /> 71 72 <com.android.settings.ColorModePreference 73 android:key="color_mode" 74 android:title="@string/picture_color_mode" 75 android:summary="@string/picture_color_mode_desc" /> 76 77 <ListPreference 78 android:key="select_webview_provider" 79 android:title="@string/select_webview_provider_title" 80 android:dialogTitle="@string/select_webview_provider_dialog_title" 81 android:summary="%s" /> 82 83 <SwitchPreference 84 android:key="enable_webview_multiprocess" 85 android:title="@string/enable_webview_multiprocess" 86 android:summary="@string/enable_webview_multiprocess_desc" /> 87 88 <SwitchPreference 89 android:key="color_temperature" 90 android:title="@string/color_temperature" 91 android:summary="@string/color_temperature_desc" /> 92 93 <SwitchPreference 94 android:key="ota_disable_automatic_update" 95 android:title="@string/ota_disable_automatic_update" /> 96 97 <PreferenceScreen 98 android:key="demo_mode" 99 android:title="@string/demo_mode"> 100 <intent android:action="com.android.settings.action.DEMO_MODE" /> 101 </PreferenceScreen> 102 103 <PreferenceCategory android:key="debug_debugging_category" 104 android:title="@string/debug_debugging_category"> 105 106 <SwitchPreference 107 android:key="enable_adb" 108 android:title="@string/enable_adb" 109 android:summary="@string/enable_adb_summary"/> 110 111 <Preference android:key="clear_adb_keys" 112 android:title="@string/clear_adb_keys" /> 113 114 <SwitchPreference 115 android:key="enable_terminal" 116 android:title="@string/enable_terminal_title" 117 android:summary="@string/enable_terminal_summary" /> 118 119 <SwitchPreference 120 android:key="bugreport_in_power" 121 android:title="@string/bugreport_in_power" 122 android:summary="@string/bugreport_in_power_summary"/> 123 124 <PreferenceScreen android:key="mock_location_app" 125 android:title="@string/mock_location_app" /> 126 127 <SwitchPreference 128 android:key="debug_view_attributes" 129 android:title="@string/debug_view_attributes" /> 130 131 <PreferenceScreen android:key="debug_app" 132 android:title="@string/debug_app" /> 133 134 <SwitchPreference 135 android:key="wait_for_debugger" 136 android:title="@string/wait_for_debugger" 137 android:summary="@string/wait_for_debugger_summary"/> 138 139 <SwitchPreference 140 android:key="verify_apps_over_usb" 141 android:title="@string/verify_apps_over_usb_title" 142 android:summary="@string/verify_apps_over_usb_summary"/> 143 144 <ListPreference 145 android:key="select_logd_size" 146 android:title="@string/select_logd_size_title" 147 android:dialogTitle="@string/select_logd_size_dialog_title" 148 android:entries="@array/select_logd_size_titles" 149 android:entryValues="@array/select_logd_size_values" /> 150 151 <ListPreference 152 android:key="select_logpersist" 153 android:title="@string/select_logpersist_title" 154 android:dialogTitle="@string/select_logpersist_dialog_title" 155 android:entries="@array/select_logpersist_titles" 156 android:entryValues="@array/select_logpersist_values" /> 157 158 </PreferenceCategory> 159 160 <PreferenceCategory android:key="debug_networking_category" 161 android:title="@string/debug_networking_category"> 162 163 <SwitchPreference 164 android:key="wifi_display_certification" 165 android:title="@string/wifi_display_certification" 166 android:summary="@string/wifi_display_certification_summary"/> 167 168 <SwitchPreference 169 android:key="wifi_verbose_logging" 170 android:title="@string/wifi_verbose_logging" 171 android:summary="@string/wifi_verbose_logging_summary"/> 172 173 <SwitchPreference 174 android:key="wifi_aggressive_handover" 175 android:title="@string/wifi_aggressive_handover" 176 android:summary="@string/wifi_aggressive_handover_summary"/> 177 178 <SwitchPreference 179 android:key="wifi_allow_scan_with_traffic" 180 android:title="@string/wifi_allow_scan_with_traffic" 181 android:summary="@string/wifi_allow_scan_with_traffic_summary"/> 182 183 <SwitchPreference 184 android:key="mobile_data_always_on" 185 android:title="@string/mobile_data_always_on" 186 android:summary="@string/mobile_data_always_on_summary"/> 187 188 <ListPreference 189 android:key="select_usb_configuration" 190 android:title="@string/select_usb_configuration_title" 191 android:dialogTitle="@string/select_usb_configuration_dialog_title" 192 android:entries="@array/usb_configuration_titles" 193 android:entryValues="@array/usb_configuration_values" /> 194 195 <SwitchPreference 196 android:key="bluetooth_disable_absolute_volume" 197 android:title="@string/bluetooth_disable_absolute_volume" 198 android:summary="@string/bluetooth_disable_absolute_volume_summary"/> 199 </PreferenceCategory> 200 201 <PreferenceCategory android:key="debug_input_category" 202 android:title="@string/debug_input_category"> 203 204 <SwitchPreference 205 android:key="show_touches" 206 android:title="@string/show_touches" 207 android:summary="@string/show_touches_summary"/> 208 209 <SwitchPreference 210 android:key="pointer_location" 211 android:title="@string/pointer_location" 212 android:summary="@string/pointer_location_summary"/> 213 214 </PreferenceCategory> 215 216 <PreferenceCategory android:key="debug_drawing_category" 217 android:title="@string/debug_drawing_category"> 218 219 <SwitchPreference 220 android:key="show_screen_updates" 221 android:title="@string/show_screen_updates" 222 android:summary="@string/show_screen_updates_summary"/> 223 224 <SwitchPreference 225 android:key="debug_layout" 226 android:title="@string/debug_layout" 227 android:summary="@string/debug_layout_summary"/> 228 229 <SwitchPreference 230 android:key="force_rtl_layout_all_locales" 231 android:title="@string/force_rtl_layout_all_locales" 232 android:summary="@string/force_rtl_layout_all_locales_summary"/> 233 234 <ListPreference 235 android:key="window_animation_scale" 236 android:title="@string/window_animation_scale_title" 237 android:entries="@array/window_animation_scale_entries" 238 android:entryValues="@array/window_animation_scale_values" /> 239 240 <ListPreference 241 android:key="transition_animation_scale" 242 android:title="@string/transition_animation_scale_title" 243 android:entries="@array/transition_animation_scale_entries" 244 android:entryValues="@array/transition_animation_scale_values" /> 245 246 <ListPreference 247 android:key="animator_duration_scale" 248 android:title="@string/animator_duration_scale_title" 249 android:entries="@array/animator_duration_scale_entries" 250 android:entryValues="@array/animator_duration_scale_values" /> 251 252 <ListPreference 253 android:key="overlay_display_devices" 254 android:title="@string/overlay_display_devices_title" 255 android:entries="@array/overlay_display_devices_entries" 256 android:entryValues="@array/overlay_display_devices_values" /> 257 258 <com.android.settings.display.DensityPreference 259 android:key="density" 260 android:title="@string/developer_smallest_width" /> 261 262 </PreferenceCategory> 263 264 <PreferenceCategory android:key="debug_hw_drawing_category" 265 android:title="@string/debug_hw_drawing_category"> 266 267 <SwitchPreference 268 android:key="force_hw_ui" 269 android:title="@string/force_hw_ui" 270 android:summary="@string/force_hw_ui_summary"/> 271 272 <SwitchPreference 273 android:key="show_hw_screen_udpates" 274 android:title="@string/show_hw_screen_updates" 275 android:summary="@string/show_hw_screen_updates_summary"/> 276 277 <SwitchPreference 278 android:key="show_hw_layers_udpates" 279 android:title="@string/show_hw_layers_updates" 280 android:summary="@string/show_hw_layers_updates_summary"/> 281 282 <ListPreference 283 android:key="debug_hw_overdraw" 284 android:title="@string/debug_hw_overdraw" 285 android:entries="@array/debug_hw_overdraw_entries" 286 android:entryValues="@array/debug_hw_overdraw_values" /> 287 288 <ListPreference 289 android:key="show_non_rect_clip" 290 android:title="@string/show_non_rect_clip" 291 android:entries="@array/show_non_rect_clip_entries" 292 android:entryValues="@array/show_non_rect_clip_values" /> 293 294 <SwitchPreference 295 android:key="force_msaa" 296 android:title="@string/force_msaa" 297 android:summary="@string/force_msaa_summary"/> 298 299 <SwitchPreference 300 android:key="disable_overlays" 301 android:title="@string/disable_overlays" 302 android:summary="@string/disable_overlays_summary"/> 303 304 <ListPreference 305 android:entries="@array/simulate_color_space_entries" 306 android:entryValues="@array/simulate_color_space_values" 307 android:key="simulate_color_space" 308 android:summary="%s" 309 android:title="@string/simulate_color_space" /> 310 311 </PreferenceCategory> 312 313 <PreferenceCategory android:key="media_category" 314 android:title="@string/media_category"> 315 316 <SwitchPreference 317 android:key="usb_audio" 318 android:title="@string/usb_audio_disable_routing" 319 android:summary="@string/usb_audio_disable_routing_summary" /> 320 321 </PreferenceCategory> 322 323 <PreferenceCategory android:key="debug_monitoring_category" 324 android:title="@string/debug_monitoring_category"> 325 326 <SwitchPreference 327 android:key="strict_mode" 328 android:title="@string/strict_mode" 329 android:summary="@string/strict_mode_summary"/> 330 331 <ListPreference 332 android:key="track_frame_time" 333 android:title="@string/track_frame_time" 334 android:entries="@array/track_frame_time_entries" 335 android:entryValues="@array/track_frame_time_values" /> 336 337 </PreferenceCategory> 338 339 <PreferenceCategory android:key="debug_applications_category" 340 android:title="@string/debug_applications_category"> 341 342 <SwitchPreference 343 android:key="immediately_destroy_activities" 344 android:title="@string/immediately_destroy_activities" 345 android:summary="@string/immediately_destroy_activities_summary"/> 346 347 <ListPreference 348 android:key="app_process_limit" 349 android:title="@string/app_process_limit_title" 350 android:entries="@array/app_process_limit_entries" 351 android:entryValues="@array/app_process_limit_values" /> 352 353 <!-- hiding for now. 354 <Preference 355 android:key="background_check" 356 android:title="@string/background_check_pref" /> 357 --> 358 359 <SwitchPreference 360 android:key="show_all_anrs" 361 android:title="@string/show_all_anrs" 362 android:summary="@string/show_all_anrs_summary"/> 363 364 <Preference 365 android:key="inactive_apps" 366 android:title="@string/inactive_apps_title" /> 367 368 <SwitchPreference 369 android:key="force_allow_on_external" 370 android:title="@string/force_allow_on_external" 371 android:summary="@string/force_allow_on_external_summary"/> 372 373 <SwitchPreference 374 android:key="force_resizable_activities" 375 android:title="@string/force_resizable_activities" 376 android:summary="@string/force_resizable_activities_summary"/> 377 378 <Preference 379 android:key="reset_shortcut_manager_throttling" 380 android:title="@string/reset_shortcut_manager_throttling" /> 381 </PreferenceCategory> 382 383 </PreferenceScreen> 384