blob: 18a8264eb619efbff8b2aa6d5d13339e4c64aac5 [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
Youhan Wang607ffe62017-02-09 09:50:39 -080041 <!-- Whether to show TelphonyMonitor switch in Developer Options -->
42 <bool name="config_show_telephony_monitor">false</bool>
43
Emilian Peev6530b212017-09-06 16:47:08 +010044 <!-- Whether to show Camera laser sensor switch in Developer Options -->
45 <bool name="config_show_camera_laser_sensor">false</bool>
46
Andrew Sapperstein13792882016-04-11 13:58:07 -070047 <!-- 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 Goyal21ef89f2016-05-25 12:41:16 -070049
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 Ling26bf0032016-06-15 18:16:09 -070053
Anton Philippovadfec552017-01-25 20:37:36 +000054 <!-- Manufacturer backup settings to launch -->
Doris Ling6b1a2a82016-07-06 13:44:26 -070055 <string name="config_backup_settings_intent" translatable="false"></string>
56
Anton Philippovadfec552017-01-25 20:37:36 +000057 <!-- Manufacturer backup settings label -->
58 <string name="config_backup_settings_label" translatable="true"></string>
59
Doris Ling6b1a2a82016-07-06 13:44:26 -070060 <!-- 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 Ling5edb2752016-07-11 12:00:18 -070064 <!-- When true enable gesture setting. -->
65 <bool name="config_gesture_settings_enabled">false</bool>
66
Daniel Nishic0b33f72016-09-08 17:24:50 -070067 <!-- If the Storage Manager settings are enabled. -->
68 <bool name="config_storage_manager_settings_enabled">false</bool>
69
Fan Zhang6ff6add2017-03-02 12:07:38 -080070 <!-- If the support features are enabled. -->
71 <bool name="config_support_enabled">false</bool>
72
Saige McVea06136272017-03-15 00:53:41 -070073 <!-- 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 Zhang0a257ee2017-04-28 09:11:28 -0700105 <!-- Whether or not we should tint the icon color on setting pages. -->
106 <bool name="config_tintSettingIcon">true</bool>
107
fanzhang172ae2f2b52017-05-01 19:15:17 -0700108 <!-- Whether or not App & Notification screen should display recently used apps -->
Fan Zhangdaad10b2017-05-04 17:13:21 -0700109 <bool name="config_display_recent_apps">true</bool>
fanzhang172ae2f2b52017-05-01 19:15:17 -0700110
Daniel Nishi0808bdc2017-06-05 15:28:48 -0700111 <!-- 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 Zhang86542ec2017-06-22 12:44:31 -0700116 <!-- Whether or not new device intro suggestion is supported for this device -->
117 <bool name="config_new_device_intro_suggestion_supported">false</bool>
Simon Wilson5014f282011-04-01 13:41:03 -0700118</resources>