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 <CheckBoxPreference 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 <CheckBoxPreference 48 android:key="enforce_read_external" 49 android:title="@string/enforce_read_external_title" 50 android:summary="@string/enforce_read_external_summary" /> 51 52 <PreferenceCategory android:key="debug_debugging_category" 53 android:title="@string/debug_debugging_category"> 54 55 <CheckBoxPreference 56 android:key="enable_adb" 57 android:title="@string/enable_adb" 58 android:summary="@string/enable_adb_summary"/> 59 60 <Preference android:key="clear_adb_keys" 61 android:title="@string/clear_adb_keys" /> 62 63 <CheckBoxPreference 64 android:key="bugreport_in_power" 65 android:title="@string/bugreport_in_power" 66 android:summary="@string/bugreport_in_power_summary"/> 67 68 <CheckBoxPreference 69 android:key="allow_mock_location" 70 android:title="@string/allow_mock_location" 71 android:summary="@string/allow_mock_location_summary"/> 72 73 <PreferenceScreen android:key="debug_app" 74 android:title="@string/debug_app" /> 75 76 <CheckBoxPreference 77 android:key="wait_for_debugger" 78 android:title="@string/wait_for_debugger" 79 android:summary="@string/wait_for_debugger_summary"/> 80 81 <CheckBoxPreference 82 android:key="verify_apps_over_usb" 83 android:title="@string/verify_apps_over_usb_title" 84 android:summary="@string/verify_apps_over_usb_summary"/> 85 86 </PreferenceCategory> 87 88 <PreferenceCategory android:key="debug_input_category" 89 android:title="@string/debug_input_category"> 90 91 <CheckBoxPreference 92 android:key="show_touches" 93 android:title="@string/show_touches" 94 android:summary="@string/show_touches_summary"/> 95 96 <CheckBoxPreference 97 android:key="pointer_location" 98 android:title="@string/pointer_location" 99 android:summary="@string/pointer_location_summary"/> 100 101 </PreferenceCategory> 102 103 <PreferenceCategory android:key="debug_drawing_category" 104 android:title="@string/debug_drawing_category"> 105 106 <CheckBoxPreference 107 android:key="show_screen_updates" 108 android:title="@string/show_screen_updates" 109 android:summary="@string/show_screen_updates_summary"/> 110 111 <CheckBoxPreference 112 android:key="debug_layout" 113 android:title="@string/debug_layout" 114 android:summary="@string/debug_layout_summary"/> 115 116 <ListPreference 117 android:key="window_animation_scale" 118 android:title="@string/window_animation_scale_title" 119 android:persistent="false" 120 android:entries="@array/window_animation_scale_entries" 121 android:entryValues="@array/window_animation_scale_values" /> 122 123 <ListPreference 124 android:key="transition_animation_scale" 125 android:title="@string/transition_animation_scale_title" 126 android:persistent="false" 127 android:entries="@array/transition_animation_scale_entries" 128 android:entryValues="@array/transition_animation_scale_values" /> 129 130 <ListPreference 131 android:key="animator_duration_scale" 132 android:title="@string/animator_duration_scale_title" 133 android:persistent="false" 134 android:entries="@array/animator_duration_scale_entries" 135 android:entryValues="@array/animator_duration_scale_values" /> 136 137 <ListPreference 138 android:key="overlay_display_devices" 139 android:title="@string/overlay_display_devices_title" 140 android:persistent="false" 141 android:entries="@array/overlay_display_devices_entries" 142 android:entryValues="@array/overlay_display_devices_values" /> 143 144 </PreferenceCategory> 145 146 <PreferenceCategory android:key="debug_hw_drawing_category" 147 android:title="@string/debug_hw_drawing_category"> 148 149 <CheckBoxPreference 150 android:key="force_hw_ui" 151 android:title="@string/force_hw_ui" 152 android:summary="@string/force_hw_ui_summary"/> 153 154 <CheckBoxPreference 155 android:key="show_hw_screen_udpates" 156 android:title="@string/show_hw_screen_updates" 157 android:summary="@string/show_hw_screen_updates_summary"/> 158 159 <CheckBoxPreference 160 android:key="show_hw_layers_udpates" 161 android:title="@string/show_hw_layers_updates" 162 android:summary="@string/show_hw_layers_updates_summary"/> 163 164 <CheckBoxPreference 165 android:key="show_hw_overdraw" 166 android:title="@string/show_hw_overdraw" 167 android:summary="@string/show_hw_overdraw_summary"/> 168 169 <ListPreference 170 android:key="show_non_rect_clip" 171 android:title="@string/show_non_rect_clip" 172 android:persistent="false" 173 android:entries="@array/show_non_rect_clip_entries" 174 android:entryValues="@array/show_non_rect_clip_values" /> 175 176 <CheckBoxPreference 177 android:key="force_msaa" 178 android:title="@string/force_msaa" 179 android:summary="@string/force_msaa_summary"/> 180 181 <CheckBoxPreference 182 android:key="disable_overlays" 183 android:title="@string/disable_overlays" 184 android:summary="@string/disable_overlays_summary"/> 185 186 </PreferenceCategory> 187 188 <PreferenceCategory android:key="debug_monitoring_category" 189 android:title="@string/debug_monitoring_category"> 190 191 <CheckBoxPreference 192 android:key="strict_mode" 193 android:title="@string/strict_mode" 194 android:summary="@string/strict_mode_summary"/> 195 196 <CheckBoxPreference 197 android:key="show_cpu_usage" 198 android:title="@string/show_cpu_usage" 199 android:summary="@string/show_cpu_usage_summary"/> 200 201 <ListPreference 202 android:key="track_frame_time" 203 android:title="@string/track_frame_time" 204 android:persistent="false" 205 android:entries="@array/track_frame_time_entries" 206 android:entryValues="@array/track_frame_time_values" /> 207 208 <ListPreference 209 android:key="enable_opengl_traces" 210 android:title="@string/enable_opengl_traces_title" 211 android:persistent="false" 212 android:entries="@array/enable_opengl_traces_entries" 213 android:entryValues="@array/enable_opengl_traces_values" /> 214 215 </PreferenceCategory> 216 217 <PreferenceCategory android:key="debug_applications_category" 218 android:title="@string/debug_applications_category"> 219 220 <CheckBoxPreference 221 android:key="immediately_destroy_activities" 222 android:title="@string/immediately_destroy_activities" 223 android:summary="@string/immediately_destroy_activities_summary"/> 224 225 <ListPreference 226 android:key="app_process_limit" 227 android:title="@string/app_process_limit_title" 228 android:persistent="false" 229 android:entries="@array/app_process_limit_entries" 230 android:entryValues="@array/app_process_limit_values" /> 231 232 <CheckBoxPreference 233 android:key="show_all_anrs" 234 android:title="@string/show_all_anrs" 235 android:summary="@string/show_all_anrs_summary"/> 236 237 <CheckBoxPreference 238 android:key="experimental_webview" 239 android:title="@string/experimental_webview" 240 android:summary="@string/experimental_webview_summary"/> 241 242 </PreferenceCategory> 243 244 </PreferenceScreen> 245