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 | |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 25 | <Preference |
Christopher Tate | fac0ea7 | 2011-08-12 17:22:41 -0700 | [diff] [blame] | 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" /> |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 34 | </Preference> |
Christopher Tate | fac0ea7 | 2011-08-12 17:22:41 -0700 | [diff] [blame] | 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 | |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 60 | <Preference |
Jason Monk | 5dc70b1 | 2015-03-25 11:03:59 -0400 | [diff] [blame] | 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 | |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 66 | <Preference |
Paul Lawrence | acbac8c | 2015-11-02 12:42:42 -0800 | [diff] [blame] | 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 | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 77 | <Preference android:key="select_webview_provider" |
Gustav Sennton | 0d54bbf | 2015-10-30 18:55:32 +0000 | [diff] [blame] | 78 | android:title="@string/select_webview_provider_title" |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 79 | android:dialogTitle="@string/select_webview_provider_dialog_title" /> |
Gustav Sennton | 0d54bbf | 2015-10-30 18:55:32 +0000 | [diff] [blame] | 80 | |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 81 | <SwitchPreference |
Tobias Sargeant | f8364f5 | 2016-02-11 14:52:38 +0000 | [diff] [blame] | 82 | android:key="enable_webview_multiprocess" |
| 83 | android:title="@string/enable_webview_multiprocess" |
| 84 | android:summary="@string/enable_webview_multiprocess_desc" /> |
| 85 | |
| 86 | <SwitchPreference |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 87 | android:key="color_temperature" |
| 88 | android:title="@string/color_temperature" |
Jason Monk | 31c7c32 | 2016-01-20 14:41:52 -0500 | [diff] [blame] | 89 | android:summary="@string/color_temperature_desc" /> |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 90 | |
Tao Bao | 45a2c16 | 2016-02-15 20:03:22 -0800 | [diff] [blame] | 91 | <SwitchPreference |
Steven Moreland | 73dd0ae | 2017-01-13 11:31:41 -0800 | [diff] [blame] | 92 | android:key="enable_hal_binderization" |
| 93 | android:title="@string/enable_hal_binderization" /> |
| 94 | |
| 95 | <SwitchPreference |
Tao Bao | 45a2c16 | 2016-02-15 20:03:22 -0800 | [diff] [blame] | 96 | android:key="ota_disable_automatic_update" |
| 97 | android:title="@string/ota_disable_automatic_update" /> |
| 98 | |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 99 | <Preference |
Jason Monk | fb0d8fb | 2016-04-12 13:09:13 -0400 | [diff] [blame] | 100 | android:key="demo_mode" |
| 101 | android:title="@string/demo_mode"> |
| 102 | <intent android:action="com.android.settings.action.DEMO_MODE" /> |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 103 | </Preference> |
Jason Monk | fb0d8fb | 2016-04-12 13:09:13 -0400 | [diff] [blame] | 104 | |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame^] | 105 | <Preference |
| 106 | android:key="quick_settings_tiles" |
| 107 | android:title="@string/quick_settings_developer_tiles"> |
| 108 | <intent |
| 109 | android:targetPackage="com.android.settings" |
| 110 | android:targetClass="com.android.settings.qstile.DevelopmentTileConfigActivity" /> |
| 111 | </Preference> |
| 112 | |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 113 | <PreferenceCategory android:key="debug_debugging_category" |
| 114 | android:title="@string/debug_debugging_category"> |
| 115 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 116 | <SwitchPreference |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 117 | android:key="enable_adb" |
| 118 | android:title="@string/enable_adb" |
| 119 | android:summary="@string/enable_adb_summary"/> |
| 120 | |
Benoit Goby | 0761ffc | 2012-12-21 16:43:20 -0800 | [diff] [blame] | 121 | <Preference android:key="clear_adb_keys" |
| 122 | android:title="@string/clear_adb_keys" /> |
| 123 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 124 | <SwitchPreference |
Jeff Sharkey | d390b70 | 2013-03-05 23:31:45 -0800 | [diff] [blame] | 125 | android:key="enable_terminal" |
| 126 | android:title="@string/enable_terminal_title" |
| 127 | android:summary="@string/enable_terminal_summary" /> |
| 128 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 129 | <SwitchPreference |
Dianne Hackborn | 2d803a3 | 2012-08-07 11:26:32 -0700 | [diff] [blame] | 130 | android:key="bugreport_in_power" |
| 131 | android:title="@string/bugreport_in_power" |
| 132 | android:summary="@string/bugreport_in_power_summary"/> |
| 133 | |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 134 | <Preference android:key="mock_location_app" |
Svet Ganov | 02e65a1 | 2015-05-13 10:39:35 -0700 | [diff] [blame] | 135 | android:title="@string/mock_location_app" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 136 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 137 | <SwitchPreference |
Jon Miranda | 0b65294 | 2014-08-12 09:08:29 -0700 | [diff] [blame] | 138 | android:key="debug_view_attributes" |
| 139 | android:title="@string/debug_view_attributes" /> |
| 140 | |
Fan Zhang | 1c118b5 | 2016-12-09 13:04:24 -0800 | [diff] [blame] | 141 | <Preference android:key="debug_app" |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 142 | android:title="@string/debug_app" /> |
| 143 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 144 | <SwitchPreference |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 145 | android:key="wait_for_debugger" |
| 146 | android:title="@string/wait_for_debugger" |
| 147 | android:summary="@string/wait_for_debugger_summary"/> |
| 148 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 149 | <SwitchPreference |
rich cannings | f042114 | 2012-09-25 16:20:36 -0700 | [diff] [blame] | 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 | |
Lorenzo Colitti | 8fc9341 | 2015-03-16 23:45:55 +0900 | [diff] [blame] | 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 | |
Mark Salyzyn | c8b1c3e | 2016-06-03 10:18:23 -0700 | [diff] [blame] | 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 | |
Lorenzo Colitti | 8fc9341 | 2015-03-16 23:45:55 +0900 | [diff] [blame] | 168 | </PreferenceCategory> |
| 169 | |
| 170 | <PreferenceCategory android:key="debug_networking_category" |
| 171 | android:title="@string/debug_networking_category"> |
| 172 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 173 | <SwitchPreference |
Chong Zhang | 6c60738 | 2013-06-06 12:42:24 -0700 | [diff] [blame] | 174 | android:key="wifi_display_certification" |
| 175 | android:title="@string/wifi_display_certification" |
| 176 | android:summary="@string/wifi_display_certification_summary"/> |
vandwalle | c9a6698 | 2014-05-21 15:21:16 -0700 | [diff] [blame] | 177 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 178 | <SwitchPreference |
vandwalle | c9a6698 | 2014-05-21 15:21:16 -0700 | [diff] [blame] | 179 | android:key="wifi_verbose_logging" |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 180 | android:title="@string/wifi_verbose_logging" |
vandwalle | 653cfee | 2014-05-22 13:09:20 -0700 | [diff] [blame] | 181 | android:summary="@string/wifi_verbose_logging_summary"/> |
vandwalle | c9a6698 | 2014-05-21 15:21:16 -0700 | [diff] [blame] | 182 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 183 | <SwitchPreference |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 184 | android:key="wifi_aggressive_handover" |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 185 | android:title="@string/wifi_aggressive_handover" |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 186 | android:summary="@string/wifi_aggressive_handover_summary"/> |
| 187 | |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 188 | <SwitchPreference |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 189 | android:key="wifi_allow_scan_with_traffic" |
Michael Bestas | 4566fc2 | 2014-11-24 01:52:38 +0200 | [diff] [blame] | 190 | android:title="@string/wifi_allow_scan_with_traffic" |
vandwalle | 5e7b3ad | 2014-06-18 19:01:13 -0700 | [diff] [blame] | 191 | android:summary="@string/wifi_allow_scan_with_traffic_summary"/> |
| 192 | |
Lorenzo Colitti | 8fc9341 | 2015-03-16 23:45:55 +0900 | [diff] [blame] | 193 | <SwitchPreference |
Erik Kline | 54861e1 | 2015-04-30 12:58:08 +0900 | [diff] [blame] | 194 | android:key="mobile_data_always_on" |
| 195 | android:title="@string/mobile_data_always_on" |
| 196 | android:summary="@string/mobile_data_always_on_summary"/> |
| 197 | |
Mike Lockwood | 3f6ef34 | 2014-09-22 12:15:24 -0700 | [diff] [blame] | 198 | <ListPreference |
| 199 | android:key="select_usb_configuration" |
| 200 | android:title="@string/select_usb_configuration_title" |
| 201 | android:dialogTitle="@string/select_usb_configuration_dialog_title" |
| 202 | android:entries="@array/usb_configuration_titles" |
| 203 | android:entryValues="@array/usb_configuration_values" /> |
| 204 | |
Andre Eisenbach | 591c6c4 | 2016-02-08 15:40:23 -0800 | [diff] [blame] | 205 | <SwitchPreference |
| 206 | android:key="bluetooth_disable_absolute_volume" |
| 207 | android:title="@string/bluetooth_disable_absolute_volume" |
| 208 | android:summary="@string/bluetooth_disable_absolute_volume_summary"/> |
Pavlin Radoslavov | c65956e | 2017-01-05 10:52:21 -0800 | [diff] [blame] | 209 | |
| 210 | <ListPreference |
| 211 | android:key="bluetooth_select_a2dp_codec" |
| 212 | android:title="@string/bluetooth_select_a2dp_codec_type" |
| 213 | android:dialogTitle="@string/bluetooth_select_a2dp_codec_type_dialog_title" |
| 214 | android:entries="@array/bluetooth_a2dp_codec_titles" |
| 215 | android:entryValues="@array/bluetooth_a2dp_codec_values" /> |
| 216 | |
| 217 | <ListPreference |
| 218 | android:key="bluetooth_select_a2dp_sample_rate" |
| 219 | android:title="@string/bluetooth_select_a2dp_codec_sample_rate" |
| 220 | android:dialogTitle="@string/bluetooth_select_a2dp_codec_sample_rate_dialog_title" |
| 221 | android:entries="@array/bluetooth_a2dp_codec_sample_rate_titles" |
| 222 | android:entryValues="@array/bluetooth_a2dp_codec_sample_rate_values" /> |
| 223 | |
| 224 | <ListPreference |
| 225 | android:key="bluetooth_select_a2dp_bits_per_sample" |
| 226 | android:title="@string/bluetooth_select_a2dp_codec_bits_per_sample" |
| 227 | android:dialogTitle="@string/bluetooth_select_a2dp_codec_bits_per_sample_dialog_title" |
| 228 | android:entries="@array/bluetooth_a2dp_codec_bits_per_sample_titles" |
| 229 | android:entryValues="@array/bluetooth_a2dp_codec_bits_per_sample_values" /> |
| 230 | |
| 231 | <ListPreference |
| 232 | android:key="bluetooth_select_a2dp_channel_mode" |
| 233 | android:title="@string/bluetooth_select_a2dp_codec_channel_mode" |
| 234 | android:dialogTitle="@string/bluetooth_select_a2dp_codec_channel_mode_dialog_title" |
| 235 | android:entries="@array/bluetooth_a2dp_codec_channel_mode_titles" |
| 236 | android:entryValues="@array/bluetooth_a2dp_codec_channel_mode_values" /> |
| 237 | |
| 238 | <ListPreference |
| 239 | android:key="bluetooth_select_a2dp_ldac_playback_quality" |
| 240 | android:title="@string/bluetooth_select_a2dp_codec_ldac_playback_quality" |
| 241 | android:dialogTitle="@string/bluetooth_select_a2dp_codec_ldac_playback_quality_dialog_title" |
| 242 | android:entries="@array/bluetooth_a2dp_codec_ldac_playback_quality_titles" |
| 243 | android:entryValues="@array/bluetooth_a2dp_codec_ldac_playback_quality_values" /> |
| 244 | |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 245 | </PreferenceCategory> |
| 246 | |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 247 | <PreferenceCategory android:key="debug_input_category" |
| 248 | android:title="@string/debug_input_category"> |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 249 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 250 | <SwitchPreference |
Jeff Brown | f407700 | 2011-08-26 17:10:32 -0700 | [diff] [blame] | 251 | android:key="show_touches" |
| 252 | android:title="@string/show_touches" |
| 253 | android:summary="@string/show_touches_summary"/> |
| 254 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 255 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 256 | android:key="pointer_location" |
| 257 | android:title="@string/pointer_location" |
| 258 | android:summary="@string/pointer_location_summary"/> |
| 259 | |
| 260 | </PreferenceCategory> |
| 261 | |
| 262 | <PreferenceCategory android:key="debug_drawing_category" |
| 263 | android:title="@string/debug_drawing_category"> |
| 264 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 265 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 266 | android:key="show_screen_updates" |
| 267 | android:title="@string/show_screen_updates" |
| 268 | android:summary="@string/show_screen_updates_summary"/> |
Romain Guy | c1fa3e6 | 2012-04-27 15:27:54 -0700 | [diff] [blame] | 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="debug_layout" |
| 272 | android:title="@string/debug_layout" |
| 273 | android:summary="@string/debug_layout_summary"/> |
| 274 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 275 | <SwitchPreference |
Amith Yamasani | df1eda8 | 2013-08-07 20:14:44 -0700 | [diff] [blame] | 276 | android:key="force_rtl_layout_all_locales" |
| 277 | android:title="@string/force_rtl_layout_all_locales" |
| 278 | android:summary="@string/force_rtl_layout_all_locales_summary"/> |
| 279 | |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 280 | <ListPreference |
| 281 | android:key="window_animation_scale" |
| 282 | android:title="@string/window_animation_scale_title" |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 283 | android:entries="@array/window_animation_scale_entries" |
| 284 | android:entryValues="@array/window_animation_scale_values" /> |
| 285 | |
| 286 | <ListPreference |
| 287 | android:key="transition_animation_scale" |
| 288 | android:title="@string/transition_animation_scale_title" |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 289 | android:entries="@array/transition_animation_scale_entries" |
| 290 | android:entryValues="@array/transition_animation_scale_values" /> |
| 291 | |
Chet Haase | b29e7870 | 2012-02-01 15:10:12 -0800 | [diff] [blame] | 292 | <ListPreference |
| 293 | android:key="animator_duration_scale" |
| 294 | android:title="@string/animator_duration_scale_title" |
Chet Haase | b29e7870 | 2012-02-01 15:10:12 -0800 | [diff] [blame] | 295 | android:entries="@array/animator_duration_scale_entries" |
| 296 | android:entryValues="@array/animator_duration_scale_values" /> |
| 297 | |
Jeff Brown | b2b54ee | 2012-08-29 02:33:06 -0700 | [diff] [blame] | 298 | <ListPreference |
| 299 | android:key="overlay_display_devices" |
| 300 | android:title="@string/overlay_display_devices_title" |
Jeff Brown | b2b54ee | 2012-08-29 02:33:06 -0700 | [diff] [blame] | 301 | android:entries="@array/overlay_display_devices_entries" |
| 302 | android:entryValues="@array/overlay_display_devices_values" /> |
| 303 | |
Jason Monk | 449f972 | 2016-04-05 15:45:27 -0400 | [diff] [blame] | 304 | <com.android.settings.display.DensityPreference |
| 305 | android:key="density" |
| 306 | android:title="@string/developer_smallest_width" /> |
| 307 | |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 308 | </PreferenceCategory> |
| 309 | |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 310 | <PreferenceCategory android:key="debug_hw_drawing_category" |
| 311 | android:title="@string/debug_hw_drawing_category"> |
| 312 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 313 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 314 | android:key="force_hw_ui" |
| 315 | android:title="@string/force_hw_ui" |
| 316 | android:summary="@string/force_hw_ui_summary"/> |
| 317 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 318 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 319 | android:key="show_hw_screen_udpates" |
| 320 | android:title="@string/show_hw_screen_updates" |
| 321 | android:summary="@string/show_hw_screen_updates_summary"/> |
| 322 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 323 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 324 | android:key="show_hw_layers_udpates" |
| 325 | android:title="@string/show_hw_layers_updates" |
| 326 | android:summary="@string/show_hw_layers_updates_summary"/> |
| 327 | |
Romain Guy | eb90fc5 | 2013-05-03 17:38:38 -0700 | [diff] [blame] | 328 | <ListPreference |
| 329 | android:key="debug_hw_overdraw" |
| 330 | android:title="@string/debug_hw_overdraw" |
Romain Guy | eb90fc5 | 2013-05-03 17:38:38 -0700 | [diff] [blame] | 331 | android:entries="@array/debug_hw_overdraw_entries" |
| 332 | android:entryValues="@array/debug_hw_overdraw_values" /> |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 333 | |
| 334 | <ListPreference |
| 335 | android:key="show_non_rect_clip" |
| 336 | android:title="@string/show_non_rect_clip" |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 337 | android:entries="@array/show_non_rect_clip_entries" |
| 338 | android:entryValues="@array/show_non_rect_clip_values" /> |
| 339 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 340 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 341 | android:key="force_msaa" |
| 342 | android:title="@string/force_msaa" |
| 343 | android:summary="@string/force_msaa_summary"/> |
| 344 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 345 | <SwitchPreference |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 346 | android:key="disable_overlays" |
| 347 | android:title="@string/disable_overlays" |
| 348 | android:summary="@string/disable_overlays_summary"/> |
| 349 | |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 350 | <ListPreference |
| 351 | android:entries="@array/simulate_color_space_entries" |
| 352 | android:entryValues="@array/simulate_color_space_values" |
| 353 | android:key="simulate_color_space" |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 354 | android:summary="%s" |
| 355 | android:title="@string/simulate_color_space" /> |
| 356 | |
Romain Guy | 6b24c45 | 2013-02-25 16:21:58 -0800 | [diff] [blame] | 357 | </PreferenceCategory> |
| 358 | |
Lajos Molnar | 6b2f7c4 | 2014-03-28 09:48:58 -0700 | [diff] [blame] | 359 | <PreferenceCategory android:key="media_category" |
| 360 | android:title="@string/media_category"> |
| 361 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 362 | <SwitchPreference |
Glenn Kasten | ca54234 | 2014-07-22 09:14:08 -0700 | [diff] [blame] | 363 | android:key="usb_audio" |
| 364 | android:title="@string/usb_audio_disable_routing" |
| 365 | android:summary="@string/usb_audio_disable_routing_summary" /> |
| 366 | |
Lajos Molnar | 6b2f7c4 | 2014-03-28 09:48:58 -0700 | [diff] [blame] | 367 | </PreferenceCategory> |
| 368 | |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 369 | <PreferenceCategory android:key="debug_monitoring_category" |
| 370 | android:title="@string/debug_monitoring_category"> |
| 371 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 372 | <SwitchPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 373 | android:key="strict_mode" |
| 374 | android:title="@string/strict_mode" |
| 375 | android:summary="@string/strict_mode_summary"/> |
| 376 | |
Romain Guy | 7061848 | 2013-01-07 11:20:49 -0800 | [diff] [blame] | 377 | <ListPreference |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 378 | android:key="track_frame_time" |
| 379 | android:title="@string/track_frame_time" |
Romain Guy | 7061848 | 2013-01-07 11:20:49 -0800 | [diff] [blame] | 380 | android:entries="@array/track_frame_time_entries" |
| 381 | android:entryValues="@array/track_frame_time_values" /> |
Dianne Hackborn | 34481b9 | 2012-05-07 17:52:07 -0700 | [diff] [blame] | 382 | |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 383 | </PreferenceCategory> |
| 384 | |
| 385 | <PreferenceCategory android:key="debug_applications_category" |
| 386 | android:title="@string/debug_applications_category"> |
| 387 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 388 | <SwitchPreference |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 389 | android:key="immediately_destroy_activities" |
| 390 | android:title="@string/immediately_destroy_activities" |
| 391 | android:summary="@string/immediately_destroy_activities_summary"/> |
| 392 | |
| 393 | <ListPreference |
| 394 | android:key="app_process_limit" |
| 395 | android:title="@string/app_process_limit_title" |
Dianne Hackborn | eddc4fe | 2011-07-01 18:56:09 -0700 | [diff] [blame] | 396 | android:entries="@array/app_process_limit_entries" |
| 397 | android:entryValues="@array/app_process_limit_values" /> |
| 398 | |
Dianne Hackborn | 4df0665 | 2016-02-23 13:27:29 -0800 | [diff] [blame] | 399 | <!-- hiding for now. |
Dianne Hackborn | f467c0a | 2015-12-07 16:36:09 -0800 | [diff] [blame] | 400 | <Preference |
| 401 | android:key="background_check" |
| 402 | android:title="@string/background_check_pref" /> |
Dianne Hackborn | 4df0665 | 2016-02-23 13:27:29 -0800 | [diff] [blame] | 403 | --> |
Dianne Hackborn | f467c0a | 2015-12-07 16:36:09 -0800 | [diff] [blame] | 404 | |
Fabrice Di Meglio | 8863873 | 2014-10-14 16:43:37 -0700 | [diff] [blame] | 405 | <SwitchPreference |
Dianne Hackborn | d5119bd | 2011-08-02 15:08:04 -0700 | [diff] [blame] | 406 | android:key="show_all_anrs" |
| 407 | android:title="@string/show_all_anrs" |
| 408 | android:summary="@string/show_all_anrs_summary"/> |
| 409 | |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 410 | <Preference |
| 411 | android:key="inactive_apps" |
| 412 | android:title="@string/inactive_apps_title" /> |
| 413 | |
Todd Kennedy | 9716282 | 2015-08-07 14:39:08 -0700 | [diff] [blame] | 414 | <SwitchPreference |
| 415 | android:key="force_allow_on_external" |
| 416 | android:title="@string/force_allow_on_external" |
| 417 | android:summary="@string/force_allow_on_external_summary"/> |
| 418 | |
Jorim Jaggi | b12e9ad | 2015-10-27 10:54:53 +0100 | [diff] [blame] | 419 | <SwitchPreference |
| 420 | android:key="force_resizable_activities" |
| 421 | android:title="@string/force_resizable_activities" |
| 422 | android:summary="@string/force_resizable_activities_summary"/> |
Makoto Onuki | 0651701 | 2016-07-08 09:17:25 -0700 | [diff] [blame] | 423 | |
| 424 | <Preference |
| 425 | android:key="reset_shortcut_manager_throttling" |
| 426 | android:title="@string/reset_shortcut_manager_throttling" /> |
Svetoslav Ganov | 43af40b | 2012-09-20 19:15:29 -0700 | [diff] [blame] | 427 | </PreferenceCategory> |
Svetoslav Ganov | decf36e | 2012-08-06 10:55:11 -0700 | [diff] [blame] | 428 | |
Doris Ling | 3d9224f | 2016-12-12 16:20:22 -0800 | [diff] [blame] | 429 | <PreferenceCategory |
| 430 | android:key="dashboard_tile_placeholder" |
| 431 | android:order="200"/> |
| 432 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 433 | </PreferenceScreen> |