blob: b9a69f105e8c7af23f1b550fe76f2be69f12ec01 [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
Emilian Peev6530b212017-09-06 16:47:08 +010041 <!-- Whether to show Camera laser sensor switch in Developer Options -->
42 <bool name="config_show_camera_laser_sensor">false</bool>
43
Jong Wook Kim8c6d8da2018-01-05 18:42:36 -080044 <!-- Whether to show Connected MAC Randomization in Developer Options
45 as not all devices can support dynamic MAC address change. -->
46 <bool name="config_wifi_support_connected_mac_randomization">false</bool>
47
Andrew Sapperstein13792882016-04-11 13:58:07 -070048 <!-- Fully-qualified class name for the implementation of the FeatureFactory to be instantiated. -->
49 <string name="config_featureFactory" translatable="false">com.android.settings.overlay.FeatureFactoryImpl</string>
Sunny Goyal21ef89f2016-05-25 12:41:16 -070050
51 <!-- Package name and fully-qualified class name for the wallpaper picker activity. -->
52 <string name="config_wallpaper_picker_package" translatable="false">com.android.settings</string>
53 <string name="config_wallpaper_picker_class" translatable="false">com.android.settings.Settings$WallpaperSettingsActivity</string>
Doris Ling26bf0032016-06-15 18:16:09 -070054
Anton Philippovadfec552017-01-25 20:37:36 +000055 <!-- Manufacturer backup settings to launch -->
Doris Ling6b1a2a82016-07-06 13:44:26 -070056 <string name="config_backup_settings_intent" translatable="false"></string>
57
Anton Philippovadfec552017-01-25 20:37:36 +000058 <!-- Manufacturer backup settings label -->
59 <string name="config_backup_settings_label" translatable="true"></string>
60
Doris Ling6b1a2a82016-07-06 13:44:26 -070061 <!-- Double twist sensor name and vendor used by gesture setting -->
62 <string name="gesture_double_twist_sensor_name" translatable="false"></string>
63 <string name="gesture_double_twist_sensor_vendor" translatable="false"></string>
64
Doris Ling5edb2752016-07-11 12:00:18 -070065 <!-- When true enable gesture setting. -->
66 <bool name="config_gesture_settings_enabled">false</bool>
67
Daniel Nishic0b33f72016-09-08 17:24:50 -070068 <!-- If the Storage Manager settings are enabled. -->
69 <bool name="config_storage_manager_settings_enabled">false</bool>
70
Fan Zhang6ff6add2017-03-02 12:07:38 -080071 <!-- If the support features are enabled. -->
72 <bool name="config_support_enabled">false</bool>
73
Yoshinori Hirano53cfd112017-10-10 13:57:07 +090074 <!-- Whether to enable "show operator name in the status bar" setting -->
75 <bool name="config_showOperatorNameInStatusBar">false</bool>
76
Saige McVea06136272017-03-15 00:53:41 -070077 <!-- List containing the component names of pre-installed screen reader services. -->
78 <string-array name="config_preinstalled_screen_reader_services" translatable="false">
79 <!--
80 <item>com.example.package.first/com.example.class.FirstService</item>
81 <item>com.example.package.second/com.example.class.SecondService</item>
82 -->
83 </string-array>
84
85 <!-- List containing the component names of pre-installed audio and captioning services. -->
86 <string-array name="config_preinstalled_audio_and_caption_services" translatable="false">
87 <!--
88 <item>com.example.package.first/com.example.class.FirstService</item>
89 <item>com.example.package.second/com.example.class.SecondService</item>
90 -->
91 </string-array>
92
93 <!-- List containing the component names of pre-installed display services. -->
94 <string-array name="config_preinstalled_display_services" translatable="false">
95 <!--
96 <item>com.example.package.first/com.example.class.FirstService</item>
97 <item>com.example.package.second/com.example.class.SecondService</item>
98 -->
99 </string-array>
100
101 <!-- List containing the component names of pre-installed interaction control services. -->
102 <string-array name="config_preinstalled_interaction_control_services" translatable="false">
103 <!--
104 <item>com.example.package.first/com.example.class.FirstService</item>
105 <item>com.example.package.second/com.example.class.SecondService</item>
106 -->
107 </string-array>
108
Fan Zhangd480c0e2018-08-28 15:02:10 -0700109 <!-- List of packages that should be whitelisted for slice uri access. Do not translate -->
110 <string-array name="slice_whitelist_package_names" translatable="false"/>
111
fanzhang172ae2f2b52017-05-01 19:15:17 -0700112 <!-- Whether or not App & Notification screen should display recently used apps -->
Fan Zhangdaad10b2017-05-04 17:13:21 -0700113 <bool name="config_display_recent_apps">true</bool>
fanzhang172ae2f2b52017-05-01 19:15:17 -0700114
Daniel Nishi0808bdc2017-06-05 15:28:48 -0700115 <!-- Package name for the storage manager to use from Settings search. -->
116 <string name="config_deletion_helper_package" translatable="false">com.android.storagemanager</string>
117 <!-- Class name for the storage manager's deletion helper class. -->
118 <string name="config_deletion_helper_class" translatable="false">com.android.storagemanager.deletionhelper.DeletionHelperActivity</string>
119
Maurice Lam212dd952018-02-14 16:02:33 -0800120 <!-- Whether to use a UI variant that minimizes the number of UI elements on screen. This is
121 typically used when there is not enough space to display everything, because pattern view
122 doesn't interact well with scroll view -->
123 <bool name="config_lock_pattern_minimal_ui">true</bool>
124
Matthew Fritzea711ed82018-03-01 19:02:07 -0800125 <!-- List of a11y components on the device allowed to be enabled by Settings Slices -->
126 <string-array name="config_settings_slices_accessibility_components" translatable="false"/>
127
Daniel Nishi4e9d5272018-05-02 19:29:16 -0700128 <!-- Whether or not to show the night light suggestion. -->
129 <bool name="config_night_light_suggestion_enabled">true</bool>
130
Michael Wright3dbaac62018-05-25 22:57:03 +0100131 <!-- Whether or not the device is capable of multiple levels of vibration intensity.
132 Note that this is different from whether it can control the vibration amplitude as some
133 devices will be able to vary their amplitude but do not possess enough dynamic range to
134 have distinct intensity levels -->
135 <bool name="config_vibration_supports_multiple_intensities">false</bool>
Fan Zhang7d5a9ee2018-08-09 17:32:37 -0700136
137 <!-- Whether or not TopLevelSettings should force rounded icon for injected tiles -->
138 <bool name="config_force_rounded_icon_TopLevelSettings">true</bool>
Simon Wilson5014f282011-04-01 13:41:03 -0700139</resources>