The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 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 |
Selim Gurun | 029c13e | 2014-05-05 16:02:41 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Selim Gurun | 029c13e | 2014-05-05 16:02:41 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 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" |
Sudheer Shanka | c779bec | 2016-04-19 22:48:26 -0700 | [diff] [blame] | 18 | xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 19 | android:title="@string/development_settings_title"> |
Dianne Hackborn | fd8c315 | 2012-07-13 14:26:23 -0700 | [diff] [blame] | 20 | <com.android.settings.BugreportPreference |
| 21 | android:key="bugreport" |
Dianne Hackborn | 2d803a3 | 2012-08-07 11:26:32 -0700 | [diff] [blame] | 22 | android:title="@*android:string/bugreport_title" |
| 23 | android:dialogTitle="@*android:string/bugreport_title" /> |
Dianne Hackborn | fd8c315 | 2012-07-13 14:26:23 -0700 | [diff] [blame] | 24 | |
Christopher Tate | fac0ea7 | 2011-08-12 17:22:41 -0700 | [diff] [blame] | 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 | |
Sudheer Shanka | c779bec | 2016-04-19 22:48:26 -0700 | [diff] [blame] | 36 | <com.android.settingslib.RestrictedSwitchPreference |
Selim Gurun | 029c13e | 2014-05-05 16:02:41 -0700 | [diff] [blame] | 37 | android:key="keep_screen_on" |
| 38 | android:title="@string/keep_screen_on" |
Sudheer Shanka | c779bec | 2016-04-19 22:48:26 -0700 | [diff] [blame] | 39 | android:summary="@string/keep_screen_on_summary" |
| 40 | settings:useAdditionalSummary="true" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 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 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 49 | <SwitchPreference |
Zhihai Xu | 84bbb54 | 2013-07-26 13:33:16 -0700 | [diff] [blame] | 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 | |
Mahaver Chopra | dcf3d7c | 2016-05-11 18:18:23 +0100 | [diff] [blame] | 54 | <com.android.settingslib.RestrictedSwitchPreference |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 55 | android:key="oem_unlock_enable" |
| 56 | android:title="@string/oem_unlock_enable" |
Mahaver Chopra | dcf3d7c | 2016-05-11 18:18:23 +0100 | [diff] [blame] | 57 | android:summary="@string/oem_unlock_enable_summary" |
| 58 | settings:useAdditionalSummary="true"/> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 59 | |
Jason Monk | 5dc70b1 | 2015-03-25 11:03:59 -0400 | [diff] [blame] | 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 | |
Paul Lawrence | acbac8c | 2015-11-02 12:42:42 -0800 | [diff] [blame] | 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" |
Paul Lawrence | 0e1a46c | 2015-11-04 05:09:02 -0800 | [diff] [blame] | 70 | android:fragment="com.android.settings.applications.ConvertToFbe" /> |
Paul Lawrence | acbac8c | 2015-11-02 12:42:42 -0800 | [diff] [blame] | 71 | |
Jason Monk | 16a8e8d | 2015-09-23 16:08:13 -0400 | [diff] [blame] | 72 | <com.android.settings.ColorModePreference |
| 73 | android:key="color_mode" |
| 74 | android:title="@string/picture_color_mode" |
Jason Monk | 31c7c32 | 2016-01-20 14:41:52 -0500 | [diff] [blame] | 75 | android:summary="@string/picture_color_mode_desc" /> |
Jason Monk | 16a8e8d | 2015-09-23 16:08:13 -0400 | [diff] [blame] | 76 | |
Gustav Sennton | 0d54bbf | 2015-10-30 18:55:32 +0000 | [diff] [blame] | 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 | |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 83 | <SwitchPreference |
Tobias Sargeant | f8364f5 | 2016-02-11 14:52:38 +0000 | [diff] [blame] | 84 | android:key="enable_webview_multiprocess" |
| 85 | android:title="@string/enable_webview_multiprocess" |
| 86 | android:summary="@string/enable_webview_multiprocess_desc" /> |
| 87 | |
| 88 | <SwitchPreference |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 89 | android:key="color_temperature" |
| 90 | android:title="@string/color_temperature" |
Jason Monk | 31c7c32 | 2016-01-20 14:41:52 -0500 | [diff] [blame] | 91 | android:summary="@string/color_temperature_desc" /> |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 92 | |
Tao Bao | 45a2c16 | 2016-02-15 20:03:22 -0800 | [diff] [blame] | 93 | <SwitchPreference |
| 94 | android:key="ota_disable_automatic_update" |
| 95 | android:title="@string/ota_disable_automatic_update" /> |
| 96 | |
Jason Monk | fb0d8fb | 2016-04-12 13:09:13 -0400 | [diff] [blame] | 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 | |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 103 | <PreferenceCategory android:key="debug_debugging_category" |
| 104 | android:title="@string/debug_debugging_category"> |
| 105 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 106 | <SwitchPreference |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 107 | android:key="enable_adb" |
| 108 | android:title="@string/enable_adb" |
| 109 | android:summary="@string/enable_adb_summary"/> |
| 110 | |
Benoit Goby | 0761ffc | 2012-12-21 16:43:20 -0800 | [diff] [blame] | 111 | <Preference android:key="clear_adb_keys" |
| 112 | android:title="@string/clear_adb_keys" /> |
| 113 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 114 | <SwitchPreference |
Jeff Sharkey | d390b70 | 2013-03-05 23:31:45 -0800 | [diff] [blame] | 115 | android:key="enable_terminal" |
| 116 | android:title="@string/enable_terminal_title" |
| 117 | android:summary="@string/enable_terminal_summary" /> |
| 118 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 119 | <SwitchPreference |
Dianne Hackborn | 2d803a3 | 2012-08-07 11:26:32 -0700 | [diff] [blame] | 120 | android:key="bugreport_in_power" |
| 121 | android:title="@string/bugreport_in_power" |
| 122 | android:summary="@string/bugreport_in_power_summary"/> |
| 123 | |
Svet Ganov | 02e65a1 | 2015-05-13 10:39:35 -0700 | [diff] [blame] | 124 | <PreferenceScreen android:key="mock_location_app" |
| 125 | android:title="@string/mock_location_app" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 126 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 127 | <SwitchPreference |
Jon Miranda | 0b65294 | 2014-08-12 09:08:29 -0700 | [diff] [blame] | 128 | android:key="debug_view_attributes" |
| 129 | android:title="@string/debug_view_attributes" /> |
| 130 | |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 131 | <PreferenceScreen android:key="debug_app" |
| 132 | android:title="@string/debug_app" /> |
| 133 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 134 | <SwitchPreference |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 135 | android:key="wait_for_debugger" |
| 136 | android:title="@string/wait_for_debugger" |
| 137 | android:summary="@string/wait_for_debugger_summary"/> |
| 138 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 139 | <SwitchPreference |
rich cannings | f042114 | 2012-09-25 16:20:36 -0700 | [diff] [blame] | 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 | |
Lorenzo Colitti | 8fc9341 | 2015-03-16 23:45:55 +0900 | [diff] [blame] | 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 | </PreferenceCategory> |
| 152 | |
| 153 | <PreferenceCategory android:key="debug_networking_category" |
| 154 | android:title="@string/debug_networking_category"> |
| 155 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 156 | <SwitchPreference |
Chong Zhang | 6c60738 | 2013-06-06 12:42:24 -0700 | [diff] [blame] | 157 | android:key="wifi_display_certification" |
| 158 | android:title="@string/wifi_display_certification" |
| 159 | android:summary="@string/wifi_display_certification_summary"/> |
vandwalle | c9a6698 | 2014-05-21 15:21:16 -0700 | [diff] [blame] | 160 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 161 | <SwitchPreference |
vandwalle | c9a6698 | 2014-05-21 15:21:16 -0700 | [diff] [blame] | 162 | android:key="wifi_verbose_logging" |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 163 | android:title="@string/wifi_verbose_logging" |
vandwalle | 653cfee | 2014-05-22 13:09:20 -0700 | [diff] [blame] | 164 | android:summary="@string/wifi_verbose_logging_summary"/> |
vandwalle | c9a6698 | 2014-05-21 15:21:16 -0700 | [diff] [blame] | 165 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 166 | <SwitchPreference |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 167 | android:key="wifi_aggressive_handover" |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 168 | android:title="@string/wifi_aggressive_handover" |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 169 | android:summary="@string/wifi_aggressive_handover_summary"/> |
| 170 | |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 171 | <SwitchPreference |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 172 | android:key="wifi_allow_scan_with_traffic" |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 173 | android:title="@string/wifi_allow_scan_with_traffic" |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 174 | android:summary="@string/wifi_allow_scan_with_traffic_summary"/> |
| 175 | |
Lorenzo Colitti | 8fc9341 | 2015-03-16 23:45:55 +0900 | [diff] [blame] | 176 | <SwitchPreference |
Erik Kline | 54861e1 | 2015-04-30 12:58:08 +0900 | [diff] [blame] | 177 | android:key="mobile_data_always_on" |
| 178 | android:title="@string/mobile_data_always_on" |
| 179 | android:summary="@string/mobile_data_always_on_summary"/> |
| 180 | |
Mike Lockwood | 3f6ef34 | 2014-09-22 12:15:24 -0700 | [diff] [blame] | 181 | <ListPreference |
| 182 | android:key="select_usb_configuration" |
| 183 | android:title="@string/select_usb_configuration_title" |
| 184 | android:dialogTitle="@string/select_usb_configuration_dialog_title" |
| 185 | android:entries="@array/usb_configuration_titles" |
| 186 | android:entryValues="@array/usb_configuration_values" /> |
| 187 | |
Andre Eisenbach | 591c6c4 | 2016-02-08 15:40:23 -0800 | [diff] [blame] | 188 | <SwitchPreference |
| 189 | android:key="bluetooth_disable_absolute_volume" |
| 190 | android:title="@string/bluetooth_disable_absolute_volume" |
| 191 | android:summary="@string/bluetooth_disable_absolute_volume_summary"/> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 192 | </PreferenceCategory> |
| 193 | |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 194 | <PreferenceCategory android:key="debug_input_category" |
| 195 | android:title="@string/debug_input_category"> |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 196 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 197 | <SwitchPreference |
Jeff Brown | f407700 | 2011-08-26 17:10:32 -0700 | [diff] [blame] | 198 | android:key="show_touches" |
| 199 | android:title="@string/show_touches" |
| 200 | android:summary="@string/show_touches_summary"/> |
| 201 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 202 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 203 | android:key="pointer_location" |
| 204 | android:title="@string/pointer_location" |
| 205 | android:summary="@string/pointer_location_summary"/> |
| 206 | |
| 207 | </PreferenceCategory> |
| 208 | |
| 209 | <PreferenceCategory android:key="debug_drawing_category" |
| 210 | android:title="@string/debug_drawing_category"> |
| 211 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 212 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 213 | android:key="show_screen_updates" |
| 214 | android:title="@string/show_screen_updates" |
| 215 | android:summary="@string/show_screen_updates_summary"/> |
Romain Guy | c1fa3e6 | 2012-04-27 15:27:54 -0700 | [diff] [blame] | 216 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 217 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 218 | android:key="debug_layout" |
| 219 | android:title="@string/debug_layout" |
| 220 | android:summary="@string/debug_layout_summary"/> |
| 221 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 222 | <SwitchPreference |
Amith Yamasani | df1eda8 | 2013-08-07 20:14:44 -0700 | [diff] [blame] | 223 | android:key="force_rtl_layout_all_locales" |
| 224 | android:title="@string/force_rtl_layout_all_locales" |
| 225 | android:summary="@string/force_rtl_layout_all_locales_summary"/> |
| 226 | |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 227 | <ListPreference |
| 228 | android:key="window_animation_scale" |
| 229 | android:title="@string/window_animation_scale_title" |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 230 | android:entries="@array/window_animation_scale_entries" |
| 231 | android:entryValues="@array/window_animation_scale_values" /> |
| 232 | |
| 233 | <ListPreference |
| 234 | android:key="transition_animation_scale" |
| 235 | android:title="@string/transition_animation_scale_title" |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 236 | android:entries="@array/transition_animation_scale_entries" |
| 237 | android:entryValues="@array/transition_animation_scale_values" /> |
| 238 | |
Chet Haase | b29e7870 | 2012-02-01 15:10:12 -0800 | [diff] [blame] | 239 | <ListPreference |
| 240 | android:key="animator_duration_scale" |
| 241 | android:title="@string/animator_duration_scale_title" |
Chet Haase | b29e7870 | 2012-02-01 15:10:12 -0800 | [diff] [blame] | 242 | android:entries="@array/animator_duration_scale_entries" |
| 243 | android:entryValues="@array/animator_duration_scale_values" /> |
| 244 | |
Jeff Brown | b2b54ee | 2012-08-29 02:33:06 -0700 | [diff] [blame] | 245 | <ListPreference |
| 246 | android:key="overlay_display_devices" |
| 247 | android:title="@string/overlay_display_devices_title" |
Jeff Brown | b2b54ee | 2012-08-29 02:33:06 -0700 | [diff] [blame] | 248 | android:entries="@array/overlay_display_devices_entries" |
| 249 | android:entryValues="@array/overlay_display_devices_values" /> |
| 250 | |
Jason Monk | 449f972 | 2016-04-05 15:45:27 -0400 | [diff] [blame] | 251 | <com.android.settings.display.DensityPreference |
| 252 | android:key="density" |
| 253 | android:title="@string/developer_smallest_width" /> |
| 254 | |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 255 | </PreferenceCategory> |
| 256 | |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 257 | <PreferenceCategory android:key="debug_hw_drawing_category" |
| 258 | android:title="@string/debug_hw_drawing_category"> |
| 259 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 260 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 261 | android:key="force_hw_ui" |
| 262 | android:title="@string/force_hw_ui" |
| 263 | android:summary="@string/force_hw_ui_summary"/> |
| 264 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 265 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 266 | android:key="show_hw_screen_udpates" |
| 267 | android:title="@string/show_hw_screen_updates" |
| 268 | android:summary="@string/show_hw_screen_updates_summary"/> |
| 269 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 270 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 271 | android:key="show_hw_layers_udpates" |
| 272 | android:title="@string/show_hw_layers_updates" |
| 273 | android:summary="@string/show_hw_layers_updates_summary"/> |
| 274 | |
Romain Guy | eb90fc5 | 2013-05-03 17:38:38 -0700 | [diff] [blame] | 275 | <ListPreference |
| 276 | android:key="debug_hw_overdraw" |
| 277 | android:title="@string/debug_hw_overdraw" |
Romain Guy | eb90fc5 | 2013-05-03 17:38:38 -0700 | [diff] [blame] | 278 | android:entries="@array/debug_hw_overdraw_entries" |
| 279 | android:entryValues="@array/debug_hw_overdraw_values" /> |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 280 | |
| 281 | <ListPreference |
| 282 | android:key="show_non_rect_clip" |
| 283 | android:title="@string/show_non_rect_clip" |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 284 | android:entries="@array/show_non_rect_clip_entries" |
| 285 | android:entryValues="@array/show_non_rect_clip_values" /> |
| 286 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 287 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 288 | android:key="force_msaa" |
| 289 | android:title="@string/force_msaa" |
| 290 | android:summary="@string/force_msaa_summary"/> |
| 291 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 292 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 293 | android:key="disable_overlays" |
| 294 | android:title="@string/disable_overlays" |
| 295 | android:summary="@string/disable_overlays_summary"/> |
| 296 | |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 297 | <ListPreference |
| 298 | android:entries="@array/simulate_color_space_entries" |
| 299 | android:entryValues="@array/simulate_color_space_values" |
| 300 | android:key="simulate_color_space" |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 301 | android:summary="%s" |
| 302 | android:title="@string/simulate_color_space" /> |
| 303 | |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 304 | </PreferenceCategory> |
| 305 | |
Lajos Molnar | 6b2f7c4 | 2014-03-28 09:48:58 -0700 | [diff] [blame] | 306 | <PreferenceCategory android:key="media_category" |
| 307 | android:title="@string/media_category"> |
| 308 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 309 | <SwitchPreference |
Glenn Kasten | ca54234 | 2014-07-22 09:14:08 -0700 | [diff] [blame] | 310 | android:key="usb_audio" |
| 311 | android:title="@string/usb_audio_disable_routing" |
| 312 | android:summary="@string/usb_audio_disable_routing_summary" /> |
| 313 | |
Lajos Molnar | 6b2f7c4 | 2014-03-28 09:48:58 -0700 | [diff] [blame] | 314 | </PreferenceCategory> |
| 315 | |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 316 | <PreferenceCategory android:key="debug_monitoring_category" |
| 317 | android:title="@string/debug_monitoring_category"> |
| 318 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 319 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 320 | android:key="strict_mode" |
| 321 | android:title="@string/strict_mode" |
| 322 | android:summary="@string/strict_mode_summary"/> |
| 323 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 324 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 325 | android:key="show_cpu_usage" |
| 326 | android:title="@string/show_cpu_usage" |
| 327 | android:summary="@string/show_cpu_usage_summary"/> |
| 328 | |
Romain Guy | 7061848 | 2013-01-07 11:20:49 -0800 | [diff] [blame] | 329 | <ListPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 330 | android:key="track_frame_time" |
| 331 | android:title="@string/track_frame_time" |
Romain Guy | 7061848 | 2013-01-07 11:20:49 -0800 | [diff] [blame] | 332 | android:entries="@array/track_frame_time_entries" |
| 333 | android:entryValues="@array/track_frame_time_values" /> |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 334 | |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 335 | </PreferenceCategory> |
| 336 | |
| 337 | <PreferenceCategory android:key="debug_applications_category" |
| 338 | android:title="@string/debug_applications_category"> |
| 339 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 340 | <SwitchPreference |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 341 | android:key="immediately_destroy_activities" |
| 342 | android:title="@string/immediately_destroy_activities" |
| 343 | android:summary="@string/immediately_destroy_activities_summary"/> |
| 344 | |
| 345 | <ListPreference |
| 346 | android:key="app_process_limit" |
| 347 | android:title="@string/app_process_limit_title" |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 348 | android:entries="@array/app_process_limit_entries" |
| 349 | android:entryValues="@array/app_process_limit_values" /> |
| 350 | |
Dianne Hackborn | 4df0665 | 2016-02-23 13:27:29 -0800 | [diff] [blame] | 351 | <!-- hiding for now. |
Dianne Hackborn | f467c0a | 2015-12-07 16:36:09 -0800 | [diff] [blame] | 352 | <Preference |
| 353 | android:key="background_check" |
| 354 | android:title="@string/background_check_pref" /> |
Dianne Hackborn | 4df0665 | 2016-02-23 13:27:29 -0800 | [diff] [blame] | 355 | --> |
Dianne Hackborn | f467c0a | 2015-12-07 16:36:09 -0800 | [diff] [blame] | 356 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 357 | <SwitchPreference |
Dianne Hackborn | d5119bd | 2011-08-02 15:08:04 -0700 | [diff] [blame] | 358 | android:key="show_all_anrs" |
| 359 | android:title="@string/show_all_anrs" |
| 360 | android:summary="@string/show_all_anrs_summary"/> |
| 361 | |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 362 | <Preference |
| 363 | android:key="inactive_apps" |
| 364 | android:title="@string/inactive_apps_title" /> |
| 365 | |
Todd Kennedy | 9716282 | 2015-08-07 14:39:08 -0700 | [diff] [blame] | 366 | <SwitchPreference |
| 367 | android:key="force_allow_on_external" |
| 368 | android:title="@string/force_allow_on_external" |
| 369 | android:summary="@string/force_allow_on_external_summary"/> |
| 370 | |
Jorim Jaggi | b12e9ad | 2015-10-27 10:54:53 +0100 | [diff] [blame] | 371 | <SwitchPreference |
| 372 | android:key="force_resizable_activities" |
| 373 | android:title="@string/force_resizable_activities" |
| 374 | android:summary="@string/force_resizable_activities_summary"/> |
Makoto Onuki | 0651701 | 2016-07-08 09:17:25 -0700 | [diff] [blame^] | 375 | |
| 376 | <Preference |
| 377 | android:key="reset_shortcut_manager_throttling" |
| 378 | android:title="@string/reset_shortcut_manager_throttling" /> |
Svetoslav Ganov | 43af40b | 2012-09-20 19:15:29 -0700 | [diff] [blame] | 379 | </PreferenceCategory> |
Svetoslav Ganov | decf36e | 2012-08-06 10:55:11 -0700 | [diff] [blame] | 380 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 381 | </PreferenceScreen> |