Simon Wilson | 5014f28 | 2011-04-01 13:41:03 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2007 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 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
sy310.choi | 95364e4 | 2011-05-24 14:19:16 +0900 | [diff] [blame] | 18 | |
| 19 | <!-- If false, MIN is displayed. If true, MSID is displayed. --> |
| 20 | <bool name="config_msid_enable" translatable="false">false</bool> |
| 21 | |
tk.mun | 7c5c165 | 2011-10-13 22:56:18 +0900 | [diff] [blame] | 22 | <string name="additional_system_update" translatable="false"></string> |
| 23 | <string name="additional_system_update_menu" translatable="false"></string> |
| 24 | |
Jean Chalard | 3585bb1 | 2012-02-14 14:20:22 +0900 | [diff] [blame] | 25 | <!-- TODO: This is purely enforced by the interface, and does not affect what |
| 26 | strings may be inserted into the actual content provider. |
| 27 | With the addition of shortcuts, it seems more likely that users will |
| 28 | find this limiting; it would be good to have the interface work with |
| 29 | very long strings too. --> |
| 30 | <integer name="maximum_user_dictionary_word_length" translatable="false">48</integer> |
| 31 | |
Fabrice Di Meglio | 769630c | 2014-04-24 14:48:48 -0700 | [diff] [blame] | 32 | <!-- Dashboard number of columns --> |
| 33 | <integer name="dashboard_num_columns">1</integer> |
| 34 | |
Jing Zhao | f04d69a | 2014-08-26 14:44:02 -0500 | [diff] [blame] | 35 | <!-- Carrier_enabled editable --> |
| 36 | <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool> |
Maurice Lam | 784f0272 | 2014-12-03 15:47:49 -0800 | [diff] [blame] | 37 | |
Steve Pfetsch | b3fef37 | 2016-01-13 17:07:35 -0800 | [diff] [blame] | 38 | <!-- When true enable color temperature setting. --> |
| 39 | <bool name="config_enableColorTemperature">false</bool> |
| 40 | |
Youhan Wang | 607ffe6 | 2017-02-09 09:50:39 -0800 | [diff] [blame] | 41 | <!-- Whether to show TelphonyMonitor switch in Developer Options --> |
| 42 | <bool name="config_show_telephony_monitor">false</bool> |
| 43 | |
Emilian Peev | 6530b21 | 2017-09-06 16:47:08 +0100 | [diff] [blame] | 44 | <!-- Whether to show Camera laser sensor switch in Developer Options --> |
| 45 | <bool name="config_show_camera_laser_sensor">false</bool> |
| 46 | |
Andrew Sapperstein | 1379288 | 2016-04-11 13:58:07 -0700 | [diff] [blame] | 47 | <!-- Fully-qualified class name for the implementation of the FeatureFactory to be instantiated. --> |
| 48 | <string name="config_featureFactory" translatable="false">com.android.settings.overlay.FeatureFactoryImpl</string> |
Sunny Goyal | 21ef89f | 2016-05-25 12:41:16 -0700 | [diff] [blame] | 49 | |
| 50 | <!-- Package name and fully-qualified class name for the wallpaper picker activity. --> |
| 51 | <string name="config_wallpaper_picker_package" translatable="false">com.android.settings</string> |
| 52 | <string name="config_wallpaper_picker_class" translatable="false">com.android.settings.Settings$WallpaperSettingsActivity</string> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 53 | |
Anton Philippov | adfec55 | 2017-01-25 20:37:36 +0000 | [diff] [blame] | 54 | <!-- Manufacturer backup settings to launch --> |
Doris Ling | 6b1a2a8 | 2016-07-06 13:44:26 -0700 | [diff] [blame] | 55 | <string name="config_backup_settings_intent" translatable="false"></string> |
| 56 | |
Anton Philippov | adfec55 | 2017-01-25 20:37:36 +0000 | [diff] [blame] | 57 | <!-- Manufacturer backup settings label --> |
| 58 | <string name="config_backup_settings_label" translatable="true"></string> |
| 59 | |
Doris Ling | 6b1a2a8 | 2016-07-06 13:44:26 -0700 | [diff] [blame] | 60 | <!-- Double twist sensor name and vendor used by gesture setting --> |
| 61 | <string name="gesture_double_twist_sensor_name" translatable="false"></string> |
| 62 | <string name="gesture_double_twist_sensor_vendor" translatable="false"></string> |
| 63 | |
Doris Ling | 5edb275 | 2016-07-11 12:00:18 -0700 | [diff] [blame] | 64 | <!-- When true enable gesture setting. --> |
| 65 | <bool name="config_gesture_settings_enabled">false</bool> |
| 66 | |
Daniel Nishi | c0b33f7 | 2016-09-08 17:24:50 -0700 | [diff] [blame] | 67 | <!-- If the Storage Manager settings are enabled. --> |
| 68 | <bool name="config_storage_manager_settings_enabled">false</bool> |
| 69 | |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 70 | <!-- If the support features are enabled. --> |
| 71 | <bool name="config_support_enabled">false</bool> |
| 72 | |
Saige McVea | 0613627 | 2017-03-15 00:53:41 -0700 | [diff] [blame] | 73 | <!-- List containing the component names of pre-installed screen reader services. --> |
| 74 | <string-array name="config_preinstalled_screen_reader_services" translatable="false"> |
| 75 | <!-- |
| 76 | <item>com.example.package.first/com.example.class.FirstService</item> |
| 77 | <item>com.example.package.second/com.example.class.SecondService</item> |
| 78 | --> |
| 79 | </string-array> |
| 80 | |
| 81 | <!-- List containing the component names of pre-installed audio and captioning services. --> |
| 82 | <string-array name="config_preinstalled_audio_and_caption_services" translatable="false"> |
| 83 | <!-- |
| 84 | <item>com.example.package.first/com.example.class.FirstService</item> |
| 85 | <item>com.example.package.second/com.example.class.SecondService</item> |
| 86 | --> |
| 87 | </string-array> |
| 88 | |
| 89 | <!-- List containing the component names of pre-installed display services. --> |
| 90 | <string-array name="config_preinstalled_display_services" translatable="false"> |
| 91 | <!-- |
| 92 | <item>com.example.package.first/com.example.class.FirstService</item> |
| 93 | <item>com.example.package.second/com.example.class.SecondService</item> |
| 94 | --> |
| 95 | </string-array> |
| 96 | |
| 97 | <!-- List containing the component names of pre-installed interaction control services. --> |
| 98 | <string-array name="config_preinstalled_interaction_control_services" translatable="false"> |
| 99 | <!-- |
| 100 | <item>com.example.package.first/com.example.class.FirstService</item> |
| 101 | <item>com.example.package.second/com.example.class.SecondService</item> |
| 102 | --> |
| 103 | </string-array> |
| 104 | |
Fan Zhang | 0a257ee | 2017-04-28 09:11:28 -0700 | [diff] [blame] | 105 | <!-- Whether or not we should tint the icon color on setting pages. --> |
| 106 | <bool name="config_tintSettingIcon">true</bool> |
| 107 | |
fanzhang172 | ae2f2b5 | 2017-05-01 19:15:17 -0700 | [diff] [blame] | 108 | <!-- Whether or not App & Notification screen should display recently used apps --> |
Fan Zhang | daad10b | 2017-05-04 17:13:21 -0700 | [diff] [blame] | 109 | <bool name="config_display_recent_apps">true</bool> |
fanzhang172 | ae2f2b5 | 2017-05-01 19:15:17 -0700 | [diff] [blame] | 110 | |
Daniel Nishi | 0808bdc | 2017-06-05 15:28:48 -0700 | [diff] [blame] | 111 | <!-- Package name for the storage manager to use from Settings search. --> |
| 112 | <string name="config_deletion_helper_package" translatable="false">com.android.storagemanager</string> |
| 113 | <!-- Class name for the storage manager's deletion helper class. --> |
| 114 | <string name="config_deletion_helper_class" translatable="false">com.android.storagemanager.deletionhelper.DeletionHelperActivity</string> |
| 115 | |
Fan Zhang | 86542ec | 2017-06-22 12:44:31 -0700 | [diff] [blame] | 116 | <!-- Whether or not new device intro suggestion is supported for this device --> |
| 117 | <bool name="config_new_device_intro_suggestion_supported">false</bool> |
Simon Wilson | 5014f28 | 2011-04-01 13:41:03 -0700 | [diff] [blame] | 118 | </resources> |