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 | |
Andrew Sapperstein | 1379288 | 2016-04-11 13:58:07 -0700 | [diff] [blame] | 41 | <!-- Fully-qualified class name for the implementation of the FeatureFactory to be instantiated. --> |
| 42 | <string name="config_featureFactory" translatable="false">com.android.settings.overlay.FeatureFactoryImpl</string> |
Sunny Goyal | 21ef89f | 2016-05-25 12:41:16 -0700 | [diff] [blame] | 43 | |
| 44 | <!-- Package name and fully-qualified class name for the wallpaper picker activity. --> |
| 45 | <string name="config_wallpaper_picker_package" translatable="false">com.android.settings</string> |
| 46 | <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^] | 47 | |
| 48 | <!-- Backup settings to launch --> |
| 49 | <string name="config_backup_settings_intent"></string> |
Simon Wilson | 5014f28 | 2011-04-01 13:41:03 -0700 | [diff] [blame] | 50 | </resources> |