blob: 4b380446540bde2af87615bbe76bc89da6ec7aea [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
Jing Zhaof04d69a2014-08-26 14:44:02 -050032 <!-- Carrier_enabled editable -->
33 <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool>
Maurice Lam784f0272014-12-03 15:47:49 -080034
Steve Pfetschb3fef372016-01-13 17:07:35 -080035 <!-- When true enable color temperature setting. -->
36 <bool name="config_enableColorTemperature">false</bool>
37
Emilian Peev6530b212017-09-06 16:47:08 +010038 <!-- Whether to show Camera laser sensor switch in Developer Options -->
39 <bool name="config_show_camera_laser_sensor">false</bool>
40
Anna Bauzae6c9a082023-12-13 20:42:03 +000041 <!-- Intent action to open Avatar Picker app -->
42 <string name="config_avatar_picker_action" translatable="false">
43 com.android.avatarpicker.FULL_SCREEN_ACTIVITY
44 </string>
Anna Bauzaac717e42024-01-17 16:29:07 +000045 <!-- User avatar dialog result broadcast explicit package -->
46 <string name="config_avatar_picker_package" translatable="false">
47 com.android.avatarpicker
48 </string>
Anna Bauzae6c9a082023-12-13 20:42:03 +000049
Sunny Goyal21ef89f2016-05-25 12:41:16 -070050 <!-- 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>
Amin Shaikh2a9911e2019-04-08 15:39:07 -040053 <!-- Fully-qualified class name for the styles & wallpaper picker activity. -->
54 <string name="config_styles_and_wallpaper_picker_class" translatable="false"></string>
Tsung-Mao Fang0f7b80f2022-07-25 15:06:34 +080055 <!-- Action name for the wallpaper picker activity. -->
56 <string name="config_wallpaper_picker_action" translatable="false"></string>
57 <!-- Action name for the styles & wallpaper picker activity. -->
58 <string name="config_styles_and_wallpaper_picker_action" translatable="false"></string>
Wesley.CW Wangff0e65c2020-09-08 15:48:37 +080059 <!-- Intent extra for wallpaper picker activity. -->
60 <string name="config_wallpaper_picker_launch_extra" translatable="false">com.android.wallpaper.LAUNCH_SOURCE</string>
Doris Ling26bf0032016-06-15 18:16:09 -070061
Anton Philippovadfec552017-01-25 20:37:36 +000062 <!-- Manufacturer backup settings to launch -->
Doris Ling6b1a2a82016-07-06 13:44:26 -070063 <string name="config_backup_settings_intent" translatable="false"></string>
64
Anton Philippovadfec552017-01-25 20:37:36 +000065 <!-- Manufacturer backup settings label -->
66 <string name="config_backup_settings_label" translatable="true"></string>
67
Edgar Wang8fc81872021-07-13 18:04:12 +080068 <!-- Double twist sensor type and vendor used by gesture setting -->
69 <string name="gesture_double_twist_sensor_type" translatable="false"></string>
Doris Ling6b1a2a82016-07-06 13:44:26 -070070 <string name="gesture_double_twist_sensor_vendor" translatable="false"></string>
71
Daniel Nishic0b33f72016-09-08 17:24:50 -070072 <!-- If the Storage Manager settings are enabled. -->
73 <bool name="config_storage_manager_settings_enabled">false</bool>
74
Fan Zhang6ff6add2017-03-02 12:07:38 -080075 <!-- If the support features are enabled. -->
76 <bool name="config_support_enabled">false</bool>
77
Saige McVea06136272017-03-15 00:53:41 -070078 <!-- List containing the component names of pre-installed screen reader services. -->
79 <string-array name="config_preinstalled_screen_reader_services" translatable="false">
80 <!--
81 <item>com.example.package.first/com.example.class.FirstService</item>
82 <item>com.example.package.second/com.example.class.SecondService</item>
83 -->
84 </string-array>
85
Ben Chung478db862021-02-08 19:22:43 +080086 <!-- List containing the component names of pre-installed captioning services. -->
87 <string-array name="config_preinstalled_captions_services" translatable="false">
88 <!--
89 <item>com.example.package.first/com.example.class.FirstService</item>
90 <item>com.example.package.second/com.example.class.SecondService</item>
91 -->
92 </string-array>
93
Saige McVea06136272017-03-15 00:53:41 -070094 <!-- List containing the component names of pre-installed audio and captioning services. -->
Ben Chung478db862021-02-08 19:22:43 +080095 <string-array name="config_preinstalled_audio_services" translatable="false">
Saige McVea06136272017-03-15 00:53:41 -070096 <!--
97 <item>com.example.package.first/com.example.class.FirstService</item>
98 <item>com.example.package.second/com.example.class.SecondService</item>
99 -->
100 </string-array>
101
102 <!-- List containing the component names of pre-installed display services. -->
103 <string-array name="config_preinstalled_display_services" translatable="false">
104 <!--
105 <item>com.example.package.first/com.example.class.FirstService</item>
106 <item>com.example.package.second/com.example.class.SecondService</item>
107 -->
108 </string-array>
109
menghanlia1677e12023-01-18 15:21:08 +0800110 <!-- List containing the component names of pre-installed speech services. -->
111 <string-array name="config_preinstalled_speech_services" translatable="false">
112 <!--
113 <item>com.example.package.first/com.example.class.FirstService</item>
114 <item>com.example.package.second/com.example.class.SecondService</item>
115 -->
116 </string-array>
117
Saige McVea06136272017-03-15 00:53:41 -0700118 <!-- List containing the component names of pre-installed interaction control services. -->
119 <string-array name="config_preinstalled_interaction_control_services" translatable="false">
120 <!--
121 <item>com.example.package.first/com.example.class.FirstService</item>
122 <item>com.example.package.second/com.example.class.SecondService</item>
123 -->
124 </string-array>
125
menghanlia1677e12023-01-18 15:21:08 +0800126 <!-- List containing the order of services in screen reader category by {@link ComponentName}.
127 All {@link ComponentName} in a category need to be specified to guarantee correct
128 behavior.-->
Kevin Chang70e9b592019-03-28 09:50:49 +0800129 <string-array name="config_order_screen_reader_services" translatable="false">
130 <!--
131 <item>com.example.package.first/com.example.class.FirstService</item>
132 <item>com.example.package.second/com.example.class.SecondService</item>
133 -->
134 </string-array>
135
Ben Chung478db862021-02-08 19:22:43 +0800136 <!-- List containing the order of services in captions category by preference key or
menghanlia1677e12023-01-18 15:21:08 +0800137 {@link ComponentName}. All preference keys in a category need to be specified to guarantee
138 correct behavior.-->
Ben Chung478db862021-02-08 19:22:43 +0800139 <string-array name="config_order_captions_services" translatable="false">
140 <!--
141 <item>com.example.package.first/com.example.class.FirstService</item>
142 <item>com.example.package.second/com.example.class.SecondService</item>
143 <item>captioning_preference_screen</item>
144 <item>rtt_setting</item>
145 <item>...</item>
146 -->
147 </string-array>
148
menghanlia1677e12023-01-18 15:21:08 +0800149 <!-- List containing the order of services in audio and caption category by preference key or
150 {@link ComponentName}. All preference keys in a category need to be specified to guarantee
Kevin Chang70e9b592019-03-28 09:50:49 +0800151 correct behavior.-->
Ben Chung478db862021-02-08 19:22:43 +0800152 <string-array name="config_order_audio_services" translatable="false">
Kevin Chang70e9b592019-03-28 09:50:49 +0800153 <!--
154 <item>com.example.package.first/com.example.class.FirstService</item>
155 <item>com.example.package.second/com.example.class.SecondService</item>
Edgar Wangdd032d32020-08-06 00:34:35 +0800156 <item>toggle_primary_mono</item>
157 <item>seekbar_primary_balance</item>
Kevin Chang70e9b592019-03-28 09:50:49 +0800158 <item>...</item>
159 -->
160 </string-array>
161
menghanlia1677e12023-01-18 15:21:08 +0800162 <!-- List containing the order of services in display category by preference key or
163 {@link ComponentName}. All preference keys in a category need to be specified to guarantee
Kevin Chang70e9b592019-03-28 09:50:49 +0800164 correct behavior.-->
165 <string-array name="config_order_display_services" translatable="false">
166 <!--
167 <item>com.example.package.first/com.example.class.FirstService</item>
168 <item>com.example.package.second/com.example.class.SecondService</item>
169 <item>font_size_preference_screen</item>
170 <item>dark_ui_mode_accessibility</item>
171 <item>...</item>
172 -->
173 </string-array>
174
menghanlia1677e12023-01-18 15:21:08 +0800175 <!-- List containing the order of services in speech category by preference key or
176 {@link ComponentName}. All preference keys in a category need to be specified to guarantee
177 correct behavior.-->
178 <string-array name="config_order_speech_services" translatable="false">
179 <!--
180 <item>com.example.package.first/com.example.class.FirstService</item>
181 <item>com.example.package.second/com.example.class.SecondService</item>
182 <item>font_size_preference_screen</item>
183 <item>dark_ui_mode_accessibility</item>
184 <item>...</item>
185 -->
186 </string-array>
187
188 <!-- List containing the order of services in interaction control category by preference key or
189 {@link ComponentName}. All preference keys in a category need to be specified to guarantee
Kevin Chang70e9b592019-03-28 09:50:49 +0800190 correct behavior.-->
191 <string-array name="config_order_interaction_control_services" translatable="false">
192 <!--
193 <item>com.example.package.first/com.example.class.FirstService</item>
194 <item>com.example.package.second/com.example.class.SecondService</item>
195 <item>autoclick_preference</item>
196 <item>toggle_power_button_ends_call_preference</item>
197 <item>...</item>
198 -->
199 </string-array>
200
Edgar Wanga8742aa2020-08-06 21:13:41 +0800201 <!-- List of packages that should be allowlisted for slice uri access. Do not translate -->
202 <string-array name="slice_allowlist_package_names" translatable="false"/>
Fan Zhangd480c0e2018-08-28 15:02:10 -0700203
Maurice Lam212dd952018-02-14 16:02:33 -0800204 <!-- Whether to use a UI variant that minimizes the number of UI elements on screen. This is
205 typically used when there is not enough space to display everything, because pattern view
206 doesn't interact well with scroll view -->
207 <bool name="config_lock_pattern_minimal_ui">true</bool>
208
Matthew Fritzea711ed82018-03-01 19:02:07 -0800209 <!-- List of a11y components on the device allowed to be enabled by Settings Slices -->
210 <string-array name="config_settings_slices_accessibility_components" translatable="false"/>
211
Daniel Nishi4e9d5272018-05-02 19:29:16 -0700212 <!-- Whether or not to show the night light suggestion. -->
213 <bool name="config_night_light_suggestion_enabled">true</bool>
214
Lais Andradeeaaf5332022-01-07 20:12:19 +0000215 <!-- The number of vibration intensity levels supported by the device.
216
217 Note that this should correspond to the ability to vary the vibration amplitude, with
218 enough dynamic range to have at least as many distinct intensity levels as defined here.
219
220 Supported values are 1, 2, 3. If '1', the settings app will use a toggle for the settings,
221 otherwise a slider. If '3', the settings app maps intensities directly to the levels
222 supported by the Vibrator HAL APIs. If '2', then the levels will be mapped to
223 VIBRATION_INTENSITY_LOW and VIBRATION_INTENSITY_HIGH, which gives the most range for
224 scaling vibrations. The medium intensity will be skipped.
225
226 The default intensity values are configured at
227 frameworks/base/core/res/res/values/config.xml's config_default[type]VibrationIntensity.
228 Make sure that each default intensity value is consistent with the supported levels set
229 here. If this settings supports only 2 levels, for example, then the default intensity
230 should be either LOW (1) or HIGH (3).
231 -->
232 <integer name="config_vibration_supported_intensity_levels">1</integer>
Fan Zhang7d5a9ee2018-08-09 17:32:37 -0700233
David Magno4e816be2023-02-13 15:55:27 +0100234 <!-- Whether or not to show Media vibration settings in the vibration and haptics screen.
235 Can be overridden for specific product builds if the target device does not support it -->
236 <bool name="config_media_vibration_supported">true</bool>
237
Fan Zhang2a98c842018-11-05 15:40:32 -0800238 <!--
239 Whether or not the homepage should be powered by legacy suggestion (versus contextual cards)
240 Default to true as not all devices support contextual cards.
241 -->
242 <bool name="config_use_legacy_suggestion">true</bool>
243
Fan Zhang21f52912018-11-08 14:53:37 -0800244 <!-- Whether or not homepage should display user's account avatar -->
245 <bool name="config_show_avatar_in_homepage">false</bool>
246
Fan Zhang5c3301b2019-01-28 13:10:32 -0800247 <!-- Whether or not emergency info tile should display in device info page -->
248 <bool name="config_show_emergency_info_in_device_info">true</bool>
249
250 <!-- Whether or not branded account info tile should display in device info page -->
251 <bool name="config_show_branded_account_in_device_info">true</bool>
252
253 <!-- Whether or not device header widget tile should display in device info page -->
254 <bool name="config_show_device_header_in_device_info">true</bool>
255
Fan Zhang7d5a9ee2018-08-09 17:32:37 -0700256 <!-- Whether or not TopLevelSettings should force rounded icon for injected tiles -->
Edgar Wang47400df2024-04-16 14:51:42 +0000257 <bool name="config_force_rounded_icon_TopLevelSettings">false</bool>
Raff Tsai35ae9bb2018-11-13 14:45:01 +0800258
Yi-Ling Chuang5f8a0842020-02-21 18:21:56 +0800259 <!-- Whether dismissal timestamp should be kept before deletion -->
260 <bool name="config_keep_contextual_card_dismissal_timestamp">false</bool>
261
Raff Tsai35ae9bb2018-11-13 14:45:01 +0800262 <!-- Settings intelligence package name -->
263 <string name="config_settingsintelligence_package_name" translatable="false">
264 com.android.settings.intelligence
265 </string>
yuanjiahsu432650d2018-11-07 13:33:12 +0800266
Raff Tsaida7a5d12018-11-16 15:06:46 +0800267 <!-- Settings intelligence interaction log intent action -->
268 <string name="config_settingsintelligence_log_action" translatable="false"></string>
269
Jason Chiu5e365d32022-09-07 15:42:16 +0800270 <!-- Whether Settings intelligence supports presenting Slices. -->
271 <bool name="config_settingsintelligence_slice_supported">false</bool>
272
Jason Chiu37f992a2024-03-22 17:00:47 +0800273 <!-- Package Installer package name -->
274 <string name="config_package_installer_package_name" translatable="false">
275 com.android.packageinstaller
276 </string>
277
278 <!-- Device lock controller package name -->
279 <string name="config_device_lock_controller_package_name" translatable="false">
280 com.android.devicelockcontroller
281 </string>
282
283 <!-- Sound picker package name -->
284 <string name="config_sound_picker_package_name" translatable="false">
285 com.android.soundpicker
286 </string>
287
288 <!-- Contacts package name -->
289 <string name="config_contacts_package_name" translatable="false">
290 com.android.contacts
291 </string>
292
Tsung-Mao Fangb3bb7a02020-04-16 17:17:38 +0800293 <!-- AOSP Emergency app package name -->
294 <string name="config_aosp_emergency_package_name" translatable="false">
295 com.android.emergency
296 </string>
297
298 <!-- AOSP Emergency app intent action -->
299 <string name="config_aosp_emergency_intent_action" translatable="false">
300 android.settings.EDIT_EMERGENCY_INFO
301 </string>
302
yuanjiahsu432650d2018-11-07 13:33:12 +0800303 <!-- Emergency app package name -->
304 <string name="config_emergency_package_name" translatable="false">
305 com.android.emergency
306 </string>
Tsung-Mao Fangb3bb7a02020-04-16 17:17:38 +0800307
yuanjiahsu432650d2018-11-07 13:33:12 +0800308 <!-- Emergency app intent action -->
309 <string name="config_emergency_intent_action" translatable="false">
310 android.settings.EDIT_EMERGENCY_INFO
311 </string>
312
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +0800313 <!-- Email address for the homepage contextual cards feedback -->
314 <string name="config_contextual_card_feedback_email" translatable="false"></string>
jackqdyuleibdc4ea62018-12-18 13:03:46 -0800315
Kevin Chyn28ac88a2018-12-21 12:42:57 -0800316 <!-- ComponentName to launch a vendor-specific enrollment activity if available -->
317 <string name="config_face_enroll" translatable="false"></string>
Fan Zhangf57f4902019-01-07 16:41:10 -0800318
lbillee636672022-12-08 07:11:23 +0000319 <!-- ComponentName to launch a vendor-specific posture guidance activity if available -->
320 <string name="config_face_enroll_guidance_page" translatable="false"></string>
321
322 <!-- Whether to support posture listening for face auth, default is 0(DEVICE_POSTURE_UNKNOWN)
323 means setting will try listening on device posture changes.
324 0 : DEVICE_POSTURE_UNKNOWN
325 1 : DEVICE_POSTURE_CLOSED
326 2 : DEVICE_POSTURE_HALF_OPENED
327 3 : DEVICE_POSTURE_OPENED
328 4 : DEVICE_POSTURE_FLIPPED
329 -->
330 <integer name="config_face_enroll_supported_posture">0</integer>
331
Curtis Belmontee72cab02021-08-12 13:44:48 -0700332 <!-- Whether to show the "less secure" info section on the face enroll intro screen -->
333 <bool name="config_face_intro_show_less_secure">false</bool>
334
Curtis Belmonte68c12f22021-06-29 16:38:39 -0700335 <!-- Whether to show the "require eyes" info section on the face enroll intro screen -->
336 <bool name="config_face_intro_show_require_eyes">true</bool>
337
Curtis Belmontea5430672021-05-21 14:59:01 -0700338 <!-- Whether to use the Lottie animation for the face education enrollment screen -->
339 <bool name="config_face_education_use_lottie">false</bool>
340
lbill1eee5ed2022-12-14 03:50:11 +0000341 <!-- Whether to support enrollment during setup wizard flow -->
342 <bool name="config_suw_support_face_enroll">true</bool>
343
Sunny Shao7aa9fdd2018-12-19 17:39:09 +0800344 <!-- App intent -->
345 <string name="config_account_intent_uri" translatable="false"></string>
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800346
347 <!-- Whether or not the dock settings are to be displayed for this device when docked -->
348 <bool name="has_dock_settings">false</bool>
349 <!-- Whether there is a boot sounds checkbox -->
350 <bool name="has_boot_sounds">false</bool>
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800351
352 <!-- Display additional System Update menu if true -->
353 <bool name="config_additional_system_update_setting_enable">false</bool>
354
355 <!-- Whether the bluetooth activation confirmation dialogs should be auto dismissed.
356 Can be overridden for specific product builds. -->
357 <bool name="auto_confirm_bluetooth_activation_dialog">false</bool>
358
359 <!-- Whether the device name is shown in About device or not -->
360 <bool name="config_show_device_name">true</bool>
361
362 <!-- Whether to show a preference item for the manual in About phone -->
363 <bool name="config_show_manual">false</bool>
364 <!-- Whether to show a preference item for regulatory information in About phone -->
365 <bool name="config_show_regulatory_info">false</bool>
Chaohui Wang590b4e72023-07-07 15:31:20 +0800366 <!-- Package name of regulatory information overlay which provides mapping and contents.
367 Fetch resource from overlay package directly if this is set. -->
368 <string name="config_regulatory_info_overlay_package_name" translatable="false" />
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800369
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800370 <!-- Whether none security option is hide or not (country specific). -->
371 <bool name="config_hide_none_security_option">false</bool>
372
373 <!-- Whether swipe security option is hidden or not -->
374 <bool name="config_hide_swipe_security_option">false</bool>
375
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800376 <!-- Whether Wi-Fi settings should be shown or not.
377 This also controls whether Wi-fi related sub-settings (e.g. Wi-Fi preferences) will
378 surface in search results or not.-->
379 <bool name="config_show_wifi_settings">true</bool>
380
Weng Su160b5072022-10-18 04:08:13 +0800381 <!-- Whether Wi-Fi hotspot settings should be shown or not. -->
382 <bool name="config_show_wifi_hotspot_settings">true</bool>
383
Weng Subcca5eb2023-03-07 23:38:38 +0800384 <!-- Whether Wi-Fi hotspot speed should be shown or not. -->
Weng Su2bd7c152023-04-19 16:28:18 +0800385 <bool name="config_show_wifi_hotspot_speed">true</bool>
Weng Subcca5eb2023-03-07 23:38:38 +0800386
David Jacobo0e9c1572023-05-05 19:51:35 -0700387 <!-- Whether or not Internet preference should be shown. -->
388 <bool name="config_show_internet_settings">true</bool>
389
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800390 <!-- Whether toggle_airplane is available or not. -->
391 <bool name="config_show_toggle_airplane">true</bool>
392
393 <!-- Whether private_dns_settings is available or not. -->
394 <bool name="config_show_private_dns_settings">true</bool>
395
396 <!-- Whether memory from app_info_settings is available or not. -->
397 <bool name="config_show_app_info_settings_memory">false</bool>
398
399 <!-- Whether battery from app_info_settings is available or not. -->
400 <bool name="config_show_app_info_settings_battery">true</bool>
401
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800402 <!-- Whether location scanning is available or not. -->
403 <bool name="config_show_location_scanning">true</bool>
404
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800405 <!-- Whether media_volume should be shown or not. -->
406 <bool name="config_show_media_volume">true</bool>
407
408 <!-- Whether alarm_volume should be shown or not. -->
409 <bool name="config_show_alarm_volume">true</bool>
410
411 <!-- Whether call_volume should be shown or not. -->
412 <bool name="config_show_call_volume">true</bool>
413
414 <!-- Whether notification_volume should be shown or not. -->
415 <bool name="config_show_notification_volume">true</bool>
416
417 <!-- Whether notification_ringtone should be shown or not. -->
418 <bool name="config_show_notification_ringtone">true</bool>
419
420 <!-- Whether screen_locking_sounds should be shown or not. -->
421 <bool name="config_show_screen_locking_sounds">true</bool>
422
423 <!-- Whether charging_sounds should be shown or not. -->
424 <bool name="config_show_charging_sounds">true</bool>
425
426 <!-- Whether touch_sounds should be shown or not. -->
427 <bool name="config_show_touch_sounds">true</bool>
428
429 <!-- Whether encryption_and_credentials_encryption_status should be shown or not. -->
430 <bool name="config_show_encryption_and_credentials_encryption_status">true</bool>
431
432 <!-- Whether premium_sms should be shown or not. -->
433 <bool name="config_show_premium_sms">true</bool>
434
435 <!-- Whether data_saver should be shown or not. -->
436 <bool name="config_show_data_saver">true</bool>
437
438 <!-- Whether enabled_vr_listeners should be shown or not. -->
439 <bool name="config_show_enabled_vr_listeners">true</bool>
440
441 <!-- Whether phone_language should be shown or not. -->
442 <bool name="config_show_phone_language">true</bool>
443
444 <!-- Whether virtual_keyboard_pref should be shown or not. -->
445 <bool name="config_show_virtual_keyboard_pref">true</bool>
446
447 <!-- Whether physical_keyboard_pref should be shown or not. -->
448 <bool name="config_show_physical_keyboard_pref">true</bool>
449
450 <!-- Whether spellcheckers_settings should be shown or not. -->
451 <bool name="config_show_spellcheckers_settings">true</bool>
452
453 <!-- Whether tts_settings_summary should be shown or not. -->
454 <bool name="config_show_tts_settings_summary">true</bool>
455
456 <!-- Whether pointer_speed should be shown or not. -->
457 <bool name="config_show_pointer_speed">true</bool>
458
459 <!-- Whether vibrate_input_devices should be shown or not. -->
460 <bool name="config_show_vibrate_input_devices">true</bool>
461
462 <!-- Whether manage_device_admin should be shown or not. -->
463 <bool name="config_show_manage_device_admin">true</bool>
464
465 <!-- Whether unlock_set_or_change should be shown or not. -->
466 <bool name="config_show_unlock_set_or_change">true</bool>
467
468 <!-- Whether screen_pinning_settings should be shown or not. -->
469 <bool name="config_show_screen_pinning_settings">true</bool>
470
471 <!-- Whether manage_trust_agents should be shown or not. -->
472 <bool name="config_show_manage_trust_agents">true</bool>
473
474 <!-- Whether show_password should be shown or not. -->
475 <bool name="config_show_show_password">true</bool>
476
477 <!-- Whether trust_agent_click_intent should be shown or not. -->
478 <bool name="config_show_trust_agent_click_intent">true</bool>
479
480 <!-- Whether wallpaper attribution should be shown or not. -->
481 <bool name="config_show_wallpaper_attribution">true</bool>
482
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800483 <!-- Whether assist_and_voice_input should be shown or not. -->
484 <bool name="config_show_assist_and_voice_input">true</bool>
485
486 <!-- Whether reset_dashboard should be shown or not. -->
487 <bool name="config_show_reset_dashboard">true</bool>
488
489 <!-- Whether system_update_settings should be shown or not. -->
490 <bool name="config_show_system_update_settings">true</bool>
491
492 <!-- Whether device_model should be shown or not. -->
493 <bool name="config_show_device_model">true</bool>
494
Ben Lin5124ab52019-03-01 16:13:23 -0800495 <!-- Whether top_level_accessibility should be shown or not. -->
496 <bool name="config_show_top_level_accessibility">true</bool>
497
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800498 <!-- Whether top_level_battery should be shown or not. -->
499 <bool name="config_show_top_level_battery">true</bool>
500
Wesley Wang1d649952022-02-15 18:44:11 +0800501 <!-- Whether to use compact battery status string. -->
502 <bool name="config_use_compact_battery_status">false</bool>
503
Fan Zhang9bc0fb32019-02-06 14:17:53 -0800504 <!-- Whether top_level_connected_devices should be shown or not. -->
505 <bool name="config_show_top_level_connected_devices">true</bool>
506
507 <!-- Whether top_level_display should be shown or not. -->
508 <bool name="config_show_top_level_display">true</bool>
509
510 <!-- Whether wifi_ip_address should be shown or not. -->
511 <bool name="config_show_wifi_ip_address">true</bool>
512
513 <!-- Whether wifi_mac_address should be shown or not. -->
514 <bool name="config_show_wifi_mac_address">true</bool>
515
516 <!-- Whether to disable "Uninstall Updates" menu item for System apps or not. -->
517 <bool name="config_disable_uninstall_update">false</bool>
518
jackqdyuleica215442019-02-08 14:09:12 -0800519 <!-- Slice Uri to query nearby devices. -->
520 <string name="config_nearby_devices_slice_uri" translatable="false">content://com.google.android.gms.nearby.fastpair/device_status_list_item</string>
Mill Chen88ad3302019-02-19 18:14:33 +0800521
SongFerngWang794fc582023-04-20 10:49:32 +0800522 <!-- BT Slice intent action. To support Settings 2 panel, BT slice can't use PendingIntent.send(). Therefore, here defines the Slice intent action. -->
523 <string name="config_bt_slice_intent_action" translatable="false"></string>
524 <!-- BT Slice pending intent action. To support Settings 2 panel, BT slice can't use PendingIntent.send(). Therefore, here defines the Slice pending intent action. -->
525 <string name="config_bt_slice_pending_intent_action" translatable="false"></string>
526 <!-- BT Slice EXTRA_INTENT. To support Settings 2 panel, BT slice can't use PendingIntent.send(). Therefore, here defines the Slice EXTRA_INTENT. -->
527 <string name="config_bt_slice_extra_intent" translatable="false"></string>
528 <!-- BT Slice EXTRA_PENDING_INTENT. To support Settings 2 panel, BT slice can't use PendingIntent.send(). Therefore, here defines the Slice EXTRA_PENDING_INTENT. -->
529 <string name="config_bt_slice_extra_pending_intent" translatable="false"></string>
530
Mill Chen88ad3302019-02-19 18:14:33 +0800531 <!-- Grayscale settings intent -->
Niclas Rokickiaf548be2019-10-18 09:56:43 +0200532 <string name="config_grayscale_settings_intent" translatable="false"></string>
Yanting Yang4e56cb22019-04-18 21:37:31 +0800533
534 <!-- List containing the injected tile keys which are suppressed. -->
535 <string-array name="config_suppress_injected_tile_keys" translatable="false"/>
Ivan Podogov75a10d12019-05-17 15:20:25 +0100536
Sunny Shaob54d2f92019-07-12 13:41:06 +0800537 <!-- Reset application package name -->
Sunny Shao8d0d9002020-02-06 17:20:58 +0800538 <string-array name="config_skip_reset_apps_package_name" translatable="false">
Sunny Shao400b4402019-09-17 22:28:07 +0800539 <item>android</item>
Sunny Shao8d0d9002020-02-06 17:20:58 +0800540 <item>com.android.providers.downloads</item>
541 <item>com.android.systemui</item>
542 <item>com.android.vending</item>
Sunny Shaob54d2f92019-07-12 13:41:06 +0800543 </string-array>
Raff Tsaiad004e92019-09-03 18:40:42 +0800544
545 <!-- Settings panel keeps observe this uri -->
546 <string-array name="config_panel_keep_observe_uri" translatable="false">
547 <item>content://com.android.settings.slices/intent/media_output_indicator</item>
548 </string-array>
Yi-Ling Chuangd57e5a52019-11-21 14:48:14 +0800549
ykhung6d945582023-10-30 13:21:55 +0800550 <!-- List containing the apps keep in battery mode = "Optimized" -->
ykhungd3684f72023-10-30 10:45:05 +0800551 <string-array name="config_force_battery_optimize_mode_apps" translatable="false">
ykhung0cd24ad2023-05-15 11:01:16 +0800552 </string-array>
553
ykhung6d945582023-10-30 13:21:55 +0800554 <!-- List containing the apps keep in battery mode = "Unrestricted" -->
555 <string-array name="config_force_battery_unrestrict_mode_apps" translatable="false">
556 </string-array>
557
Yi-Ling Chuangd57e5a52019-11-21 14:48:14 +0800558 <!-- Uri to query non-public Slice Uris. -->
559 <string name="config_non_public_slice_query_uri" translatable="false"></string>
Tsung-Mao Fang6e996bd2019-12-19 21:15:47 +0800560
561 <!-- RTT setting intent action -->
562 <string name="config_rtt_setting_intent_action" translatable="false"></string>
Tsung-Mao Fang7f5986b2019-12-23 19:01:07 +0800563
564 <!-- Package name of dialer supports RTT setting-->
565 <string name="config_rtt_setting_package_name" translatable="false"></string>
Toby Chuang204fa8a2020-03-24 16:07:13 +0800566
567 <!-- Whether nfc detection point preview image is available or not. -->
568 <bool name="config_nfc_detection_point">false</bool>
Blake Kragtenb0962e52020-04-26 19:59:25 -0700569
Amy Hsu7730d302020-05-11 13:07:33 +0800570 <!-- Whether to show Smooth Display feature in Settings Options -->
571 <bool name="config_show_smooth_display">false</bool>
Fan Zhang0a23c4b2020-07-27 12:48:53 -0700572
Patrick Huangeb8d35c2021-12-17 08:38:15 +0000573 <!-- Whether to show emergency settings in top-level Settings -->
574 <bool name="config_show_emergency_settings">true</bool>
575
Fan Zhangf797a482020-10-27 12:01:03 -0700576 <!-- Whether to show emergency gesture in Settings -->
577 <bool name="config_show_emergency_gesture_settings">true</bool>
Arc Wang71a25ea2020-08-17 14:02:48 +0800578
Fan Zhangf797a482020-10-27 12:01:03 -0700579 <!-- Optional package name if another 1p app wants to take over the emergency gesture settings UI -->
580 <string name="emergency_gesture_settings_package"></string>
Fan Zhangc63a13c2020-10-12 13:08:42 -0700581
Arc Wang71a25ea2020-08-17 14:02:48 +0800582 <!-- Whether to show the Preference for Adaptive connectivity -->
583 <bool name="config_show_adaptive_connectivity">false</bool>
Hugh Chenfa75a462020-09-10 15:24:23 +0800584
585 <!-- Authority of advanced device battery prediction -->
586 <string name="config_battery_prediction_authority" translatable="false"></string>
Yanting Yangb3381de2021-01-12 13:41:04 +0800587
Jiashen Wange9be9eb2021-01-19 15:42:17 -0800588 <!-- Whether to handle slot change events -->
589 <bool name="config_handle_sim_slot_change">false</bool>
Mill Chendc92d9e2021-02-26 23:53:54 +0800590
591 <!-- whether use partner overlay theme for outside setupwizard flow -->
592 <bool name="config_suc_use_partner_resource">false</bool>
Jordan Liu00f07cf2021-02-23 15:25:43 -0800593
594 <!-- Cell broacast receiver package name -->
595 <string name="config_cell_broadcast_receiver_package" translatable="false">com.android.cellbroadcastreceiver.module</string>
Arc Wang2b00ecd2021-03-23 15:20:56 +0800596
ykhung3ae46cd2023-03-05 10:54:01 +0800597 <!-- These media Uri are not defined in framework yet. Replace with framework defined variables once it's available. -->
Arc Wang2b00ecd2021-03-23 15:20:56 +0800598 <!-- Media Uri to view images storage category. -->
599 <string name="config_images_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/images_root</string>
600
601 <!-- Media Uri to view videos storage category. -->
602 <string name="config_videos_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/videos_root</string>
603
Arc Wang6062b642021-05-13 10:51:28 +0800604 <!-- Media Uri to view audio storage category. -->
605 <string name="config_audio_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/audio_root</string>
Arc Wang2b00ecd2021-03-23 15:20:56 +0800606
alukin67835ca2024-04-05 19:53:25 +0000607 <!-- Media Uri to view documents storage category. -->
608 <string name="config_documents_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/documents_root</string>
609
610 <!-- Media Uri to view "other" storage category. -->
611 <string name="config_other_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/others_root</string>
Arc Wang78bafc92021-03-25 21:58:19 +0800612
613 <!-- Whether to show Smart Storage toggle -->
614 <bool name="config_show_smart_storage_toggle">true</bool>
Christine Frankscd61dd32021-04-05 10:06:43 -0700615
616 <!-- Display settings screen, Color mode options. Must be the same length and order as
617 config_color_mode_options_values below. Only the values that also appear in
618 frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
619 <string-array name="config_color_mode_options_strings" translatable="false">
620 <item>@string/color_mode_option_natural</item>
621 <item>@string/color_mode_option_boosted</item>
622 <item>@string/color_mode_option_saturated</item>
623 <item>@string/color_mode_option_automatic</item>
624 </string-array>
625
626 <!-- Display settings screen, Color mode options. Must be the same length and order as
627 config_color_mode_options_strings above. Only the values that also appear in
628 frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
629 <integer-array name="config_color_mode_options_values" translatable="false">
630 <item>0</item>
631 <item>1</item>
632 <item>2</item>
633 <item>3</item>
634 </integer-array>
Christian Göllnerff9065a2022-02-17 11:32:54 +0000635
Graciela Wissen Putri57984f02023-06-26 16:58:33 +0000636 <!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same
Graciela Wissen Putrib4c4f6c2023-07-04 15:10:29 +0000637 length and order as config_userAspectRatioOverrideValues below. -->
638 <string-array name="config_userAspectRatioOverrideEntries" translatable="false">
639 <item>@string/user_aspect_ratio_app_default</item>
Graciela Wissen Putrifa945cc2023-07-26 16:59:38 +0000640 <item>@string/user_aspect_ratio_fullscreen</item>
Graciela Wissen Putrib4c4f6c2023-07-04 15:10:29 +0000641 <item>@string/user_aspect_ratio_half_screen</item>
Graciela Wissen Putri57984f02023-06-26 16:58:33 +0000642 <item>@string/user_aspect_ratio_device_size</item>
Graciela Wissen Putrib4c4f6c2023-07-04 15:10:29 +0000643 <item>@string/user_aspect_ratio_16_9</item>
644 <item>@string/user_aspect_ratio_4_3</item>
645 <item>@string/user_aspect_ratio_3_2</item>
646 </string-array>
647
Graciela Wissen Putri57984f02023-06-26 16:58:33 +0000648 <!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same
Graciela Wissen Putrib4c4f6c2023-07-04 15:10:29 +0000649 length and order as config_userAspectRatioOverrideEntries above. The values must
650 correspond to PackageManager.UserMinAspectRatio -->
651 <integer-array name="config_userAspectRatioOverrideValues" translatable="false">
652 <item>0</item> <!-- USER_MIN_ASPECT_RATIO_UNSET -->
Graciela Wissen Putrifa945cc2023-07-26 16:59:38 +0000653 <item>6</item> <!-- USER_MIN_ASPECT_RATIO_FULLSCREEN -->
Graciela Wissen Putrib4c4f6c2023-07-04 15:10:29 +0000654 <item>1</item> <!-- USER_MIN_ASPECT_RATIO_SPLIT_SCREEN -->
Graciela Wissen Putri57984f02023-06-26 16:58:33 +0000655 <item>2</item> <!-- USER_MIN_ASPECT_RATIO_DISPLAY_SIZE -->
Graciela Wissen Putrib4c4f6c2023-07-04 15:10:29 +0000656 <item>4</item> <!-- USER_MIN_ASPECT_RATIO_16_9 -->
657 <item>3</item> <!-- USER_MIN_ASPECT_RATIO_4_3 -->
658 <item>5</item> <!-- USER_MIN_ASPECT_RATIO_3_2 -->
659 </integer-array>
660
Christian Göllnerff9065a2022-02-17 11:32:54 +0000661 <!-- The settings/preference description for each settable device state defined in the array
662 "config_perDeviceStateRotationLockDefaults".
663 The item in position "i" describes the auto-rotation setting for the device state also in
664 position "i" in the array "config_perDeviceStateRotationLockDefaults". -->
665 <string-array name="config_settableAutoRotationDeviceStatesDescriptions">
666 <!-- Example:
667 <item>Auto-rotate when folded</item>
668 <item>@null</item> No description for state in position 1
669 <item>Auto-rotate when unfolded</item>
670 -->
671 </string-array>
672
Amy Hsu0dea4182022-02-09 13:58:16 +0800673 <!-- The option list for switch screen resolution -->
674 <string-array name="config_screen_resolution_options_strings" translatable="false">
675 <item>@string/screen_resolution_option_high</item>
Amy Hsube197852022-11-30 16:29:04 +0000676 <item>@string/screen_resolution_option_full</item>
Amy Hsu0dea4182022-02-09 13:58:16 +0800677 </string-array>
678
SongFerngWang2868b4a2021-07-22 15:47:49 +0800679 <!-- Whether to aggregate for network selection list-->
680 <bool name="config_network_selection_list_aggregation_enabled">false</bool>
Oli Lan8aec6872022-01-11 12:45:28 +0000681
LuK1337988a76f2022-06-14 10:16:34 +0200682 <!-- Max network scan search time in seconds -->
683 <integer name="config_network_scan_helper_max_search_time_sec">300</integer>
Bonian Chen4ec83232022-07-29 07:22:10 +0000684
Oli Lan8aec6872022-01-11 12:45:28 +0000685 <!-- Whether to give option to add restricted profiles -->
686 <bool name="config_offer_restricted_profiles">false</bool>
tom hsu33f20962022-01-04 18:08:28 +0800687
688 <!-- An array of packages for which Applications whose per-app locale cannot be changed. -->
689 <string-array name="config_disallowed_app_localeChange_packages" translatable="false">
690 <!--
691 <item>com.example.package.first</item>
692 <item>com.example.package.second</item>
693 <item>...</item>
694 -->
695 </string-array>
696
Lucas Silvafab78662022-01-21 22:54:07 +0000697 <!-- The ratio to use when using the two-pane settings layout -->
Jason Chiu3b0a3152022-03-17 13:52:04 +0800698 <item name="config_activity_embed_split_ratio" format="float" type="dimen">0.3636</item>
Lucas Silvafab78662022-01-21 22:54:07 +0000699
Chris Göllner83f0adc2024-02-21 15:14:30 +0000700 <!-- The smallest value of the smallest-width (sw) of the window in any rotation when the split
701 should be used. -->
702 <integer name="config_activity_embed_split_min_sw_dp">600</integer>
703
704 <!-- The smallest value of current width of the window when the split should be used. -->
705 <integer name="config_activity_embed_split_min_cur_dp">720</integer>
706
Yanting Yang19bdc6c2022-01-07 01:55:39 +0800707 <!-- The number of visible app icons while entering app list related pages for preloading.
708 Take the "Unrestricted data" page as the example, the visible app icons could be 15
709 on 6.4 inches screen size whether the font size and display size are both small. -->
710 <integer name="config_num_visible_app_icons">20</integer>
Lucas Silva06e373d2022-01-27 22:49:42 +0000711
712 <!-- Whether the dream setup activity should be enabled as part of setupwizard -->
713 <bool name="dream_setup_supported">false</bool>
Christian Göllnerff9065a2022-02-17 11:32:54 +0000714
Darrell Shi65836b12022-12-14 16:46:48 +0000715 <!-- Whether to show communal settings at the top level. -->
716 <bool name="config_show_communal_settings">false</bool>
717
Will Leshnerf5a840c2025-01-21 13:50:26 -0800718 <!-- Whether to show communal settings at the top level on mobile. -->
719 <bool name="config_show_communal_settings_mobile">false</bool>
720
Pajace Chenf3496392022-08-16 18:12:01 +0800721 <!-- The extra value for battery tip -->
722 <integer name="config_battery_extra_tip_value">12</integer>
723
Hugh Chen858e6ff2022-04-14 10:34:04 +0000724 <!-- Whether to enable the advanced vpn feature. The default is not to. -->
725 <bool name="config_advanced_vpn_enabled">false</bool>
Tsung-Mao Fanga71907e2022-08-11 13:18:23 +0800726
Cassie Wang75842522023-07-25 10:12:18 +0900727 <!-- Whether to show the VPN options menu. The default is to show it. -->
728 <bool name="config_show_vpn_options">true</bool>
729
Tsung-Mao Fanga71907e2022-08-11 13:18:23 +0800730 <!-- An array of uid name for which packages exempt from Wi-Fi permission check. -->
731 <string-array name="config_exempt_wifi_permission_uid_name" translatable="false">
732 <item>@string/config_settingsintelligence_package_name</item>
733 <item>android.uid.system:1000</item>
734 </string-array>
Tiffany Nguyen3acd34f2022-08-02 17:26:10 +0000735
Steve Elliott30ccc432022-11-21 14:43:58 +0000736 <!-- The default value for RedactionInterstitial in SUW -->
737 <bool name="default_allow_sensitive_lockscreen_content">true</bool>
738
Tiffany Nguyen3acd34f2022-08-02 17:26:10 +0000739 <!-- Whether to enable the app battery usage list page feature. -->
Wesley Wangffcce1e2024-02-06 10:16:35 +0000740 <bool name="config_app_battery_usage_list_enabled">false</bool>
Bonian Chen5dae2422022-10-18 02:00:47 +0000741
742 <!-- Whether sim related information is visible to the end user. -->
743 <bool name="config_show_sim_info">true</bool>
744
Diya Bera37858ea2022-12-07 00:57:28 +0000745 <!-- In the case of receiving both help and progress message, display progress message. -->
746 <bool name="enrollment_progress_priority_over_help">false</bool>
747 <!-- Prioritize help message by their occurrence -->
748 <bool name="enrollment_prioritize_acquire_messages">false</bool>
749 <!-- Control messages displayed during enrollment -->
750 <bool name="enrollment_message_display_controller_flag">false</bool>
751
Yi Jiang1145b262022-12-09 16:33:23 -0800752 <!-- Whether the toggle for Auto-rotate with Face Detection should be shown. -->
753 <bool name="config_auto_rotate_face_detection_available">true</bool>
Hao Dongaf35c7c2022-11-28 17:43:48 +0000754
SongFerngWangf7685dd2023-02-08 06:12:54 +0800755 <!-- Whether to display the 3G option at network mode.-->
756 <bool name="config_display_network_mode_3g_option">true</bool>
757
Hao Dongaf35c7c2022-11-28 17:43:48 +0000758 <!-- The radius of the enrollment progress bar, in dp -->
759 <integer name="config_udfpsEnrollProgressBar" translatable="false">
760 280
761 </integer>
762
763 <!-- Default udfps icon. Same path as ic_fingerprint.xml -->
764 <string name="config_udfpsIcon" translatable="false">
765 M25.5,16.3283C28.47,14.8433 31.9167,14 35.5834,14C39.2501,14 42.6968,14.8433 45.6668,16.3283
766 M20,28.6669C22.7683,24.3402 28.7084,21.3335 35.5834,21.3335C42.4585,21.3335 48.3985,
767 24.3402 51.1669,28.6669
768 M22.8607,47.0002C21.834,44.3235 21.834,41.5002 21.834,41.5002C21.834,
769 34.4051 27.7374,28.6667 35.5841,28.6667C43.4308,28.6667 49.3341,34.4051 49.3341,41.5002
770 M49.3344,41.5003V42.0319C49.3344,44.7636 47.1161,47.0003 44.3661,47.0003C41.9461,
771 47.0003 39.8744,45.2403 39.471,42.857L38.9577,
772 39.7769C38.591,37.5953 36.7027,36.0002 34.5027,
773 36.0002C26.5826,36.0002 29.846,49.1087 35.291,50.6487
774 M44.9713,54.6267C42.5513,56.7167 39.2879,58.0001 35.5846,58.0001C32.2296,
775 58.0001 29.2229,56.9551 26.8945,55.195
776 </string>
777
Jason Change4623cd2024-08-28 18:52:19 +0000778 <!-- Duration in milliseconds of the udfps title/sub-title scrolling once animation. -->
779 <integer name="config_biometrics_header_scroll_duration">1000</integer>
780
Aswin Sankarff8f96c2023-02-03 15:23:52 -0800781 <!-- Whether auto data switching on secondary SIM enables cross-SIM calling on both SIMs. -->
782 <bool name="config_auto_data_switch_enables_cross_sim_calling">false</bool>
ykhung3ae46cd2023-03-05 10:54:01 +0800783
784 <!-- Whether checking adaptive charging to define battery manager visibility. -->
785 <bool name="config_battery_manager_consider_ac">false</bool>
Ankita Vyasc4ccf522023-03-01 12:34:54 +0000786
787 <!-- Whether to display Cloned Apps page in Settings (Settings > Apps > Cloned Apps).-->
788 <bool name="config_cloned_apps_page_enabled">false</bool>
Alexander Milantevc413b3e2023-03-14 16:11:30 +0000789
josephpv380ac9a2023-10-30 11:29:26 +0000790 <!-- Whether to initiate Account login during Private Space setup.-->
791 <bool name="config_privatespace_account_login_enabled">false</bool>
792
Alexander Milantevc413b3e2023-03-14 16:11:30 +0000793 <!-- Certificates of apps which are allowed to use activity embedding with Settings.-->
794 <string-array name="config_known_host_certs" translatable="false">
795 <item></item>
796 </string-array>
797
Bruno Kremp0d0736c2023-07-03 10:44:11 +0200798 <!-- Whether to display the "Enable wireless display" menu -->
799 <bool name="config_show_wifi_display_enable_menu">true</bool>
800
Zoey Chen7beb1902023-03-23 17:06:54 +0000801 <!-- List of packages that should be hidden for MVNO. Do not translate -->
802 <string-array name="datausage_hiding_carrier_service_package_names" translatable="false"/>
803
804 <!-- List of MVNO. Do not translate -->
805 <integer-array name="datausage_hiding_carrier_service_carrier_id" translatable="false"/>
Allen Sub77c1392023-05-12 13:15:45 +0000806
807 <!-- App locale change intent action-->
808 <string name ="config_app_locale_intent_action" translatable="false" />
809
810 <!-- Allowed packages to show the confirmation dialog for a system locale suggestion -->
811 <string-array name="allowed_packages_for_locale_confirmation_diallog" translatable="false"/>
David Magnoeb2276c2023-10-25 18:10:38 +0000812
Candice526dacd2025-03-14 16:13:24 +0000813 <!-- Array of text reading preview layouts. Must contain at least 1 layout -->
David Magnoeb2276c2023-10-25 18:10:38 +0000814 <array name="config_text_reading_preview_samples">
815 <item>@layout/accessibility_text_reading_preview_app_grid</item>
816 <item>@layout/screen_zoom_preview_1</item>
817 <item>@layout/accessibility_text_reading_preview_mail_content</item>
818 </array>
Chris Antol54f6b162023-11-15 01:18:19 +0000819
820 <!-- Package responsible for updating Mainline Modules -->
821 <string name="config_mainline_module_update_package" translatable="false">com.android.vending</string>
Varun Somani45711dc2023-08-11 19:08:47 +0000822
823 <!-- Whether location services setting is available or not. -->
824 <bool name="config_show_location_services">true</bool>
Varun Somanie69e72b2022-12-22 22:06:28 +0000825
826 <!-- Whether to disable location toggle for ChromeOS devices-->
827 <bool name="config_disable_location_toggle_for_chrome">false</bool>
Hyunhob6a6b1e2024-01-10 05:55:48 +0000828
829 <!-- Whether to display pSIM conversion menu in Settings.-->
830 <bool name="config_psim_conversion_menu_enabled">false</bool>
Hyunho3d2c4172024-01-12 05:31:31 +0000831
832 <!-- Array of carrier id to allow the pSIM conversion-->
833 <integer-array name="config_psim_conversion_menu_enabled_carrier" translatable="false">
834 </integer-array>
Rafael Higuera Silva48fee332024-02-28 17:40:00 +0000835
836 <!-- Array of carrier id that uses reusable activation code-->
837 <integer-array name="config_carrier_use_rac" translatable="false">
838 </integer-array>
Neil Fuller43ded692023-05-16 17:29:14 +0100839
840 <!-- The Activity intent to trigger to launch time-related feedback. -->
841 <string name="config_time_feedback_intent_uri" translatable="false" />
David Anderson29f9abc2024-04-30 19:50:29 +0000842
843 <!-- Package name for diagnostics app. -->
844 <string name="config_device_diagnostics_package_name" translatable="false">com.android.devicediagnostics</string>
Jaewan Kim591d4fd2024-10-16 08:05:49 +0900845
846 <!-- Package name for Linux terminal app -->
847 <string name="config_linux_terminal_app_package_name" translatable="false">com.android.virtualization.terminal</string>
David Magno88393352024-04-23 18:08:11 +0200848
849 <!-- Disable the Testing Setting Menu for user builds, i.e only display the menu on userdebug/eng builds -->
850 <bool name="config_hide_testing_settings_menu_for_user_builds">false</bool>
Shawn Lin33863f82025-01-04 08:05:22 +0000851
Sunny Shao7f5e1f62025-03-10 06:52:28 +0000852 <!-- Configurable maximum screen timeout value shown in Screen timeout settings. Any timeout
853 values in R.arrays.screen_timeout_values that exceed this maximum will be hidden.
854 Leave empty to disable configuration and keep the default behavior. -->
855 <integer name="config_max_screen_timeout"></integer>
856
Shawn Lin33863f82025-01-04 08:05:22 +0000857 <!-- Whether the Gaze is enabled -->
858 <bool name="config_gazeEnabled">false</bool>
Simon Wilson5014f282011-04-01 13:41:03 -0700859</resources>