blob: c5cc341b4c5f9e6143a642b6bff60d125f82dda8 [file] [log] [blame]
Simon Wilson5014f282011-04-01 13:41:03 -07001<?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.choi95364e42011-05-24 14:19:16 +090018
19 <!-- If false, MIN is displayed. If true, MSID is displayed. -->
20 <bool name="config_msid_enable" translatable="false">false</bool>
21
tk.mun7c5c1652011-10-13 22:56:18 +090022 <string name="additional_system_update" translatable="false"></string>
23 <string name="additional_system_update_menu" translatable="false"></string>
24
Jean Chalard3585bb12012-02-14 14:20:22 +090025 <!-- 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 Meglio769630c2014-04-24 14:48:48 -070032 <!-- Dashboard number of columns -->
33 <integer name="dashboard_num_columns">1</integer>
34
Jing Zhaof04d69a2014-08-26 14:44:02 -050035 <!-- Carrier_enabled editable -->
36 <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool>
Maurice Lam784f02722014-12-03 15:47:49 -080037
Steve Pfetschb3fef372016-01-13 17:07:35 -080038 <!-- When true enable color temperature setting. -->
39 <bool name="config_enableColorTemperature">false</bool>
40
Andrew Sapperstein13792882016-04-11 13:58:07 -070041 <!-- 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 Goyal21ef89f2016-05-25 12:41:16 -070043
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 Ling26bf0032016-06-15 18:16:09 -070047
48 <!-- Backup settings to launch -->
49 <string name="config_backup_settings_intent"></string>
Simon Wilson5014f282011-04-01 13:41:03 -070050</resources>