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">
18
19    <!-- If false, MIN is displayed. If true, MSID is displayed. -->
20    <bool name="config_msid_enable" translatable="false">false</bool>
21
22    <string name="additional_system_update" translatable="false"></string>
23    <string name="additional_system_update_menu" translatable="false"></string>
24
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
32    <!-- Carrier_enabled editable -->
33    <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool>
34
35    <!-- When true enable color temperature setting. -->
36    <bool name="config_enableColorTemperature">false</bool>
37
38    <!-- Whether to show Camera laser sensor switch in Developer Options -->
39    <bool name="config_show_camera_laser_sensor">false</bool>
40
41    <!-- 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>
45    <!-- User avatar dialog result broadcast explicit package -->
46    <string name="config_avatar_picker_package" translatable="false">
47        com.android.avatarpicker
48    </string>
49
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>
53    <!-- Fully-qualified class name for the styles & wallpaper picker activity. -->
54    <string name="config_styles_and_wallpaper_picker_class" translatable="false"></string>
55    <!-- 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>
59    <!-- Intent extra for wallpaper picker activity. -->
60    <string name="config_wallpaper_picker_launch_extra" translatable="false">com.android.wallpaper.LAUNCH_SOURCE</string>
61
62    <!-- Manufacturer backup settings to launch -->
63    <string name="config_backup_settings_intent" translatable="false"></string>
64
65    <!-- Manufacturer backup settings label -->
66    <string name="config_backup_settings_label" translatable="true"></string>
67
68    <!-- Double twist sensor type and vendor used by gesture setting -->
69    <string name="gesture_double_twist_sensor_type" translatable="false"></string>
70    <string name="gesture_double_twist_sensor_vendor" translatable="false"></string>
71
72    <!-- If the Storage Manager settings are enabled. -->
73    <bool name="config_storage_manager_settings_enabled">false</bool>
74
75    <!-- If the support features are enabled. -->
76    <bool name="config_support_enabled">false</bool>
77
78    <!-- 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
86    <!-- 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
94    <!-- List containing the component names of pre-installed audio and captioning services. -->
95    <string-array name="config_preinstalled_audio_services" translatable="false">
96        <!--
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
110    <!-- 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
118    <!-- 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
126    <!-- 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.-->
129    <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
136    <!-- List containing the order of services in captions category by preference key or
137         {@link ComponentName}. All preference keys in a category need to be specified to guarantee
138         correct behavior.-->
139    <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
149    <!-- 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
151         correct behavior.-->
152    <string-array name="config_order_audio_services" translatable="false">
153        <!--
154        <item>com.example.package.first/com.example.class.FirstService</item>
155        <item>com.example.package.second/com.example.class.SecondService</item>
156        <item>toggle_primary_mono</item>
157        <item>seekbar_primary_balance</item>
158        <item>...</item>
159        -->
160    </string-array>
161
162    <!-- 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
164         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
175    <!-- 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
190         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
201    <!-- List of packages that should be allowlisted for slice uri access. Do not translate -->
202    <string-array name="slice_allowlist_package_names" translatable="false"/>
203
204    <!-- 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
209    <!-- 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
212    <!-- Whether or not to show the night light suggestion. -->
213    <bool name="config_night_light_suggestion_enabled">true</bool>
214
215    <!-- 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>
233
234    <!-- 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
238    <!-- Whether to show Keyboard vibration settings in the vibration and haptics screen. -->
239    <bool name="config_keyboard_vibration_supported">false</bool>
240
241    <!--
242        Whether or not the homepage should be powered by legacy suggestion (versus contextual cards)
243        Default to true as not all devices support contextual cards.
244    -->
245    <bool name="config_use_legacy_suggestion">true</bool>
246
247    <!-- Whether or not homepage should display user's account avatar -->
248    <bool name="config_show_avatar_in_homepage">false</bool>
249
250    <!-- Whether or not emergency info tile should display in device info page -->
251    <bool name="config_show_emergency_info_in_device_info">true</bool>
252
253    <!-- Whether or not branded account info tile should display in device info page -->
254    <bool name="config_show_branded_account_in_device_info">true</bool>
255
256    <!-- Whether or not device header widget tile should display in device info page -->
257    <bool name="config_show_device_header_in_device_info">true</bool>
258
259    <!-- Whether or not TopLevelSettings should force rounded icon for injected tiles -->
260    <bool name="config_force_rounded_icon_TopLevelSettings">false</bool>
261
262    <!-- Whether dismissal timestamp should be kept before deletion -->
263    <bool name="config_keep_contextual_card_dismissal_timestamp">false</bool>
264
265    <!-- Settings intelligence package name -->
266    <string name="config_settingsintelligence_package_name" translatable="false">
267        com.android.settings.intelligence
268    </string>
269
270    <!-- Settings intelligence interaction log intent action -->
271    <string name="config_settingsintelligence_log_action" translatable="false"></string>
272
273    <!-- Whether Settings intelligence supports presenting Slices. -->
274    <bool name="config_settingsintelligence_slice_supported">false</bool>
275
276    <!-- Package Installer package name -->
277    <string name="config_package_installer_package_name" translatable="false">
278        com.android.packageinstaller
279    </string>
280
281    <!-- Device lock controller package name -->
282    <string name="config_device_lock_controller_package_name" translatable="false">
283        com.android.devicelockcontroller
284    </string>
285
286    <!-- Sound picker package name -->
287    <string name="config_sound_picker_package_name" translatable="false">
288        com.android.soundpicker
289    </string>
290
291    <!-- Contacts package name -->
292    <string name="config_contacts_package_name" translatable="false">
293        com.android.contacts
294    </string>
295
296    <!-- AOSP Emergency app package name -->
297    <string name="config_aosp_emergency_package_name" translatable="false">
298        com.android.emergency
299    </string>
300
301    <!-- AOSP Emergency app intent action -->
302    <string name="config_aosp_emergency_intent_action" translatable="false">
303        android.settings.EDIT_EMERGENCY_INFO
304    </string>
305
306    <!-- Emergency app package name -->
307    <string name="config_emergency_package_name" translatable="false">
308        com.android.emergency
309    </string>
310
311    <!-- Emergency app intent action -->
312    <string name="config_emergency_intent_action" translatable="false">
313        android.settings.EDIT_EMERGENCY_INFO
314    </string>
315
316    <!-- Email address for the homepage contextual cards feedback -->
317    <string name="config_contextual_card_feedback_email" translatable="false"></string>
318
319    <!-- ComponentName to launch a vendor-specific enrollment activity if available -->
320    <string name="config_face_enroll" translatable="false"></string>
321
322    <!-- ComponentName to launch a vendor-specific posture guidance activity if available -->
323    <string name="config_face_enroll_guidance_page" translatable="false"></string>
324
325    <!-- Whether to support posture listening for face auth, default is 0(DEVICE_POSTURE_UNKNOWN)
326     means setting will try listening on device posture changes.
327     0 : DEVICE_POSTURE_UNKNOWN
328     1 : DEVICE_POSTURE_CLOSED
329     2 : DEVICE_POSTURE_HALF_OPENED
330     3 : DEVICE_POSTURE_OPENED
331     4 : DEVICE_POSTURE_FLIPPED
332     -->
333    <integer name="config_face_enroll_supported_posture">0</integer>
334
335    <!-- Whether to show the "less secure" info section on the face enroll intro screen -->
336    <bool name="config_face_intro_show_less_secure">false</bool>
337
338    <!-- Whether to show the "require eyes" info section on the face enroll intro screen -->
339    <bool name="config_face_intro_show_require_eyes">true</bool>
340
341    <!-- Whether to use the Lottie animation for the face education enrollment screen -->
342    <bool name="config_face_education_use_lottie">false</bool>
343
344    <!-- Whether to support enrollment during setup wizard flow -->
345    <bool name="config_suw_support_face_enroll">true</bool>
346
347    <!-- App intent -->
348    <string name="config_account_intent_uri" translatable="false"></string>
349
350    <!-- Whether or not the dock settings are to be displayed for this device when docked -->
351    <bool name="has_dock_settings">false</bool>
352    <!-- Whether there is a boot sounds checkbox -->
353    <bool name="has_boot_sounds">false</bool>
354
355    <!-- Display additional System Update menu if true -->
356    <bool name="config_additional_system_update_setting_enable">false</bool>
357
358    <!-- Whether the bluetooth activation confirmation dialogs should be auto dismissed.
359         Can be overridden for specific product builds. -->
360    <bool name="auto_confirm_bluetooth_activation_dialog">false</bool>
361
362    <!-- Whether the device name is shown in About device or not -->
363    <bool name="config_show_device_name">true</bool>
364
365    <!-- Whether to show a preference item for the manual in About phone -->
366    <bool name="config_show_manual">false</bool>
367    <!-- Whether to show a preference item for regulatory information in About phone -->
368    <bool name="config_show_regulatory_info">false</bool>
369    <!-- Package name of regulatory information overlay which provides mapping and contents.
370         Fetch resource from overlay package directly if this is set. -->
371    <string name="config_regulatory_info_overlay_package_name" translatable="false" />
372
373    <!-- Whether none security option is hide or not  (country specific). -->
374    <bool name="config_hide_none_security_option">false</bool>
375
376    <!-- Whether swipe security option is hidden or not -->
377    <bool name="config_hide_swipe_security_option">false</bool>
378
379    <!-- Whether Wi-Fi settings should be shown or not.
380    This also controls whether Wi-fi related sub-settings (e.g. Wi-Fi preferences) will
381    surface in search results or not.-->
382    <bool name="config_show_wifi_settings">true</bool>
383
384    <!-- Whether Wi-Fi hotspot settings should be shown or not. -->
385    <bool name="config_show_wifi_hotspot_settings">true</bool>
386
387    <!-- Whether Wi-Fi hotspot speed should be shown or not. -->
388    <bool name="config_show_wifi_hotspot_speed">true</bool>
389
390    <!-- Whether or not Internet preference should be shown. -->
391    <bool name="config_show_internet_settings">true</bool>
392
393    <!-- Whether toggle_airplane is available or not. -->
394    <bool name="config_show_toggle_airplane">true</bool>
395
396    <!-- Whether private_dns_settings is available or not. -->
397    <bool name="config_show_private_dns_settings">true</bool>
398
399    <!-- Whether memory from app_info_settings is available or not. -->
400    <bool name="config_show_app_info_settings_memory">false</bool>
401
402    <!-- Whether battery from app_info_settings is available or not. -->
403    <bool name="config_show_app_info_settings_battery">true</bool>
404
405    <!-- Whether location scanning is available or not. -->
406    <bool name="config_show_location_scanning">true</bool>
407
408    <!-- Whether media_volume should be shown or not. -->
409    <bool name="config_show_media_volume">true</bool>
410
411    <!-- Whether alarm_volume should be shown or not. -->
412    <bool name="config_show_alarm_volume">true</bool>
413
414    <!-- Whether call_volume should be shown or not. -->
415    <bool name="config_show_call_volume">true</bool>
416
417    <!-- Whether notification_volume should be shown or not. -->
418    <bool name="config_show_notification_volume">true</bool>
419
420    <!-- Whether notification_ringtone should be shown or not. -->
421    <bool name="config_show_notification_ringtone">true</bool>
422
423    <!-- Whether screen_locking_sounds should be shown or not. -->
424    <bool name="config_show_screen_locking_sounds">true</bool>
425
426    <!-- Whether charging_sounds should be shown or not. -->
427    <bool name="config_show_charging_sounds">true</bool>
428
429    <!-- Whether touch_sounds should be shown or not. -->
430    <bool name="config_show_touch_sounds">true</bool>
431
432    <!-- Whether encryption_and_credentials_encryption_status should be shown or not. -->
433    <bool name="config_show_encryption_and_credentials_encryption_status">true</bool>
434
435    <!-- Whether premium_sms should be shown or not. -->
436    <bool name="config_show_premium_sms">true</bool>
437
438    <!-- Whether data_saver should be shown or not. -->
439    <bool name="config_show_data_saver">true</bool>
440
441    <!-- Whether enabled_vr_listeners should be shown or not. -->
442    <bool name="config_show_enabled_vr_listeners">true</bool>
443
444    <!-- Whether phone_language should be shown or not. -->
445    <bool name="config_show_phone_language">true</bool>
446
447    <!-- Whether virtual_keyboard_pref should be shown or not. -->
448    <bool name="config_show_virtual_keyboard_pref">true</bool>
449
450    <!-- Whether physical_keyboard_pref should be shown or not. -->
451    <bool name="config_show_physical_keyboard_pref">true</bool>
452
453    <!-- Whether spellcheckers_settings should be shown or not. -->
454    <bool name="config_show_spellcheckers_settings">true</bool>
455
456    <!-- Whether tts_settings_summary should be shown or not. -->
457    <bool name="config_show_tts_settings_summary">true</bool>
458
459    <!-- Whether pointer_speed should be shown or not. -->
460    <bool name="config_show_pointer_speed">true</bool>
461
462    <!-- Whether vibrate_input_devices should be shown or not. -->
463    <bool name="config_show_vibrate_input_devices">true</bool>
464
465    <!-- Whether manage_device_admin should be shown or not. -->
466    <bool name="config_show_manage_device_admin">true</bool>
467
468    <!-- Whether unlock_set_or_change should be shown or not. -->
469    <bool name="config_show_unlock_set_or_change">true</bool>
470
471    <!-- Whether screen_pinning_settings should be shown or not. -->
472    <bool name="config_show_screen_pinning_settings">true</bool>
473
474    <!-- Whether manage_trust_agents should be shown or not. -->
475    <bool name="config_show_manage_trust_agents">true</bool>
476
477    <!-- Whether show_password should be shown or not. -->
478    <bool name="config_show_show_password">true</bool>
479
480    <!-- Whether trust_agent_click_intent should be shown or not. -->
481    <bool name="config_show_trust_agent_click_intent">true</bool>
482
483    <!-- Whether wallpaper attribution should be shown or not. -->
484    <bool name="config_show_wallpaper_attribution">true</bool>
485
486    <!-- Whether assist_and_voice_input should be shown or not. -->
487    <bool name="config_show_assist_and_voice_input">true</bool>
488
489    <!-- Whether reset_dashboard should be shown or not. -->
490    <bool name="config_show_reset_dashboard">true</bool>
491
492    <!-- Whether system_update_settings should be shown or not. -->
493    <bool name="config_show_system_update_settings">true</bool>
494
495    <!-- Whether device_model should be shown or not. -->
496    <bool name="config_show_device_model">true</bool>
497
498    <!-- Whether top_level_accessibility should be shown or not. -->
499    <bool name="config_show_top_level_accessibility">true</bool>
500
501    <!-- Whether top_level_battery should be shown or not. -->
502    <bool name="config_show_top_level_battery">true</bool>
503
504    <!-- Whether to use compact battery status string. -->
505    <bool name="config_use_compact_battery_status">false</bool>
506
507    <!-- Whether top_level_connected_devices should be shown or not. -->
508    <bool name="config_show_top_level_connected_devices">true</bool>
509
510    <!-- Whether top_level_display should be shown or not. -->
511    <bool name="config_show_top_level_display">true</bool>
512
513    <!-- Whether wifi_ip_address should be shown or not. -->
514    <bool name="config_show_wifi_ip_address">true</bool>
515
516    <!-- Whether wifi_mac_address should be shown or not. -->
517    <bool name="config_show_wifi_mac_address">true</bool>
518
519    <!-- Whether to disable "Uninstall Updates" menu item for System apps or not. -->
520    <bool name="config_disable_uninstall_update">false</bool>
521
522    <!-- Slice Uri to query nearby devices. -->
523    <string name="config_nearby_devices_slice_uri" translatable="false">content://com.google.android.gms.nearby.fastpair/device_status_list_item</string>
524
525    <!-- BT Slice intent action. To support Settings 2 panel, BT slice can't use PendingIntent.send(). Therefore, here defines the Slice intent action. -->
526    <string name="config_bt_slice_intent_action" translatable="false"></string>
527    <!-- 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. -->
528    <string name="config_bt_slice_pending_intent_action" translatable="false"></string>
529    <!-- BT Slice EXTRA_INTENT. To support Settings 2 panel, BT slice can't use PendingIntent.send(). Therefore, here defines the Slice EXTRA_INTENT. -->
530    <string name="config_bt_slice_extra_intent" translatable="false"></string>
531    <!-- 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. -->
532    <string name="config_bt_slice_extra_pending_intent" translatable="false"></string>
533
534    <!-- Grayscale settings intent -->
535    <string name="config_grayscale_settings_intent" translatable="false"></string>
536
537    <!-- List containing the injected tile keys which are suppressed. -->
538    <string-array name="config_suppress_injected_tile_keys" translatable="false"/>
539
540    <!-- Reset application package name -->
541    <string-array name="config_skip_reset_apps_package_name" translatable="false">
542        <item>android</item>
543        <item>com.android.providers.downloads</item>
544        <item>com.android.systemui</item>
545        <item>com.android.vending</item>
546    </string-array>
547
548    <!-- Settings panel keeps observe this uri -->
549    <string-array name="config_panel_keep_observe_uri" translatable="false">
550        <item>content://com.android.settings.slices/intent/media_output_indicator</item>
551    </string-array>
552
553    <!-- List containing the apps keep in battery mode = "Optimized" -->
554    <string-array name="config_force_battery_optimize_mode_apps" translatable="false">
555    </string-array>
556
557    <!-- List containing the apps keep in battery mode = "Unrestricted" -->
558    <string-array name="config_force_battery_unrestrict_mode_apps" translatable="false">
559    </string-array>
560
561    <!-- Uri to query non-public Slice Uris. -->
562    <string name="config_non_public_slice_query_uri" translatable="false"></string>
563
564    <!-- RTT setting intent action -->
565    <string name="config_rtt_setting_intent_action" translatable="false"></string>
566
567    <!-- Package name of dialer supports RTT setting-->
568    <string name="config_rtt_setting_package_name" translatable="false"></string>
569
570    <!-- Whether nfc detection point preview image is available or not. -->
571    <bool name="config_nfc_detection_point">false</bool>
572
573    <!-- Whether to show Smooth Display feature in Settings Options -->
574    <bool name="config_show_smooth_display">false</bool>
575
576    <!-- Whether to show emergency settings in top-level Settings -->
577    <bool name="config_show_emergency_settings">true</bool>
578
579    <!-- Whether to show emergency gesture in Settings -->
580    <bool name="config_show_emergency_gesture_settings">true</bool>
581
582    <!-- Optional package name if another 1p app wants to take over the emergency gesture settings UI -->
583    <string name="emergency_gesture_settings_package"></string>
584
585    <!-- Whether to show the Preference for Adaptive connectivity -->
586    <bool name="config_show_adaptive_connectivity">false</bool>
587
588    <!-- Authority of advanced device battery prediction -->
589    <string name="config_battery_prediction_authority" translatable="false"></string>
590
591    <!-- Whether to handle slot change events -->
592    <bool name="config_handle_sim_slot_change">false</bool>
593
594    <!-- whether use partner overlay theme for outside setupwizard flow -->
595    <bool name="config_suc_use_partner_resource">false</bool>
596
597    <!-- Cell broacast receiver package name -->
598    <string name="config_cell_broadcast_receiver_package" translatable="false">com.android.cellbroadcastreceiver.module</string>
599
600    <!-- These media Uri are not defined in framework yet. Replace with framework defined variables once it's available. -->
601    <!-- Media Uri to view images storage category. -->
602    <string name="config_images_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/images_root</string>
603
604    <!-- Media Uri to view videos storage category. -->
605    <string name="config_videos_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/videos_root</string>
606
607    <!-- Media Uri to view audio storage category. -->
608    <string name="config_audio_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/audio_root</string>
609
610    <!-- Media Uri to view documents storage category. -->
611    <string name="config_documents_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/documents_root</string>
612
613    <!-- Media Uri to view "other" storage category. -->
614    <string name="config_other_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/others_root</string>
615
616    <!-- Whether to show Smart Storage toggle -->
617    <bool name="config_show_smart_storage_toggle">true</bool>
618
619    <!-- Display settings screen, Color mode options. Must be the same length and order as
620         config_color_mode_options_values below. Only the values that also appear in
621         frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
622    <string-array name="config_color_mode_options_strings" translatable="false">
623        <item>@string/color_mode_option_natural</item>
624        <item>@string/color_mode_option_boosted</item>
625        <item>@string/color_mode_option_saturated</item>
626        <item>@string/color_mode_option_automatic</item>
627    </string-array>
628
629    <!-- Display settings screen, Color mode options. Must be the same length and order as
630         config_color_mode_options_strings above. Only the values that also appear in
631         frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. -->
632    <integer-array name="config_color_mode_options_values" translatable="false">
633        <item>0</item>
634        <item>1</item>
635        <item>2</item>
636        <item>3</item>
637    </integer-array>
638
639    <!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same
640         length and order as config_userAspectRatioOverrideValues below. -->
641    <string-array name="config_userAspectRatioOverrideEntries" translatable="false">
642        <item>@string/user_aspect_ratio_app_default</item>
643        <item>@string/user_aspect_ratio_fullscreen</item>
644        <item>@string/user_aspect_ratio_half_screen</item>
645        <item>@string/user_aspect_ratio_device_size</item>
646        <item>@string/user_aspect_ratio_16_9</item>
647        <item>@string/user_aspect_ratio_4_3</item>
648        <item>@string/user_aspect_ratio_3_2</item>
649    </string-array>
650
651    <!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same
652         length and order as config_userAspectRatioOverrideEntries above. The values must
653         correspond to PackageManager.UserMinAspectRatio -->
654    <integer-array name="config_userAspectRatioOverrideValues" translatable="false">
655        <item>0</item> <!-- USER_MIN_ASPECT_RATIO_UNSET -->
656        <item>6</item> <!-- USER_MIN_ASPECT_RATIO_FULLSCREEN -->
657        <item>1</item> <!-- USER_MIN_ASPECT_RATIO_SPLIT_SCREEN -->
658        <item>2</item> <!-- USER_MIN_ASPECT_RATIO_DISPLAY_SIZE -->
659        <item>4</item> <!-- USER_MIN_ASPECT_RATIO_16_9 -->
660        <item>3</item> <!-- USER_MIN_ASPECT_RATIO_4_3 -->
661        <item>5</item> <!-- USER_MIN_ASPECT_RATIO_3_2 -->
662    </integer-array>
663
664    <!-- The settings/preference description for each settable device state defined in the array
665         "config_perDeviceStateRotationLockDefaults".
666         The item in position "i" describes the auto-rotation setting for the device state also in
667         position "i" in the array "config_perDeviceStateRotationLockDefaults". -->
668    <string-array name="config_settableAutoRotationDeviceStatesDescriptions">
669        <!-- Example:
670            <item>Auto-rotate when folded</item>
671            <item>@null</item> No description for state in position 1
672            <item>Auto-rotate when unfolded</item>
673        -->
674    </string-array>
675
676    <!-- The option list for switch screen resolution -->
677    <string-array name="config_screen_resolution_options_strings" translatable="false">
678        <item>@string/screen_resolution_option_high</item>
679        <item>@string/screen_resolution_option_full</item>
680    </string-array>
681
682    <!-- Whether to aggregate for network selection list-->
683    <bool name="config_network_selection_list_aggregation_enabled">false</bool>
684
685    <!-- Max network scan search time in seconds -->
686    <integer name="config_network_scan_helper_max_search_time_sec">300</integer>
687
688    <!-- Whether to give option to add restricted profiles -->
689    <bool name="config_offer_restricted_profiles">false</bool>
690
691    <!-- An array of packages for which Applications whose per-app locale cannot be changed. -->
692    <string-array name="config_disallowed_app_localeChange_packages" translatable="false">
693        <!--
694        <item>com.example.package.first</item>
695        <item>com.example.package.second</item>
696        <item>...</item>
697        -->
698    </string-array>
699
700    <!-- The ratio to use when using the two-pane settings layout -->
701    <item name="config_activity_embed_split_ratio" format="float" type="dimen">0.3636</item>
702
703    <!-- The smallest value of the smallest-width (sw) of the window in any rotation when the split
704         should be used. -->
705    <integer name="config_activity_embed_split_min_sw_dp">600</integer>
706
707    <!-- The smallest value of current width of the window when the split should be used. -->
708    <integer name="config_activity_embed_split_min_cur_dp">720</integer>
709
710    <!-- The number of visible app icons while entering app list related pages for preloading.
711         Take the "Unrestricted data" page as the example, the visible app icons could be 15
712         on 6.4 inches screen size whether the font size and display size are both small. -->
713    <integer name="config_num_visible_app_icons">20</integer>
714
715    <!-- Whether the dream setup activity should be enabled as part of setupwizard -->
716    <bool name="dream_setup_supported">false</bool>
717
718    <!-- Whether to show communal settings at the top level. -->
719    <bool name="config_show_communal_settings">false</bool>
720
721    <!-- The extra value for battery tip -->
722    <integer name="config_battery_extra_tip_value">12</integer>
723
724    <!-- Whether to enable the advanced vpn feature. The default is not to. -->
725    <bool name="config_advanced_vpn_enabled">false</bool>
726
727    <!-- Whether to show the VPN options menu. The default is to show it. -->
728    <bool name="config_show_vpn_options">true</bool>
729
730    <!-- 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>
735
736    <!-- The default value for RedactionInterstitial in SUW -->
737    <bool name="default_allow_sensitive_lockscreen_content">true</bool>
738
739    <!-- Whether to enable the app battery usage list page feature. -->
740    <bool name="config_app_battery_usage_list_enabled">false</bool>
741
742    <!-- Whether sim related information is visible to the end user. -->
743    <bool name="config_show_sim_info">true</bool>
744
745    <!-- 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
752    <!-- Whether the toggle for Auto-rotate with Face Detection should be shown. -->
753    <bool name="config_auto_rotate_face_detection_available">true</bool>
754
755    <!-- Whether to display the 3G option at network mode.-->
756    <bool name="config_display_network_mode_3g_option">true</bool>
757
758    <!-- 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
778    <!-- Whether auto data switching on secondary SIM enables cross-SIM calling on both SIMs. -->
779    <bool name="config_auto_data_switch_enables_cross_sim_calling">false</bool>
780
781    <!-- Whether checking adaptive charging to define battery manager visibility. -->
782    <bool name="config_battery_manager_consider_ac">false</bool>
783
784    <!-- Whether to display Cloned Apps page in Settings (Settings > Apps > Cloned Apps).-->
785    <bool name="config_cloned_apps_page_enabled">false</bool>
786
787    <!-- Whether to initiate Account login during Private Space setup.-->
788    <bool name="config_privatespace_account_login_enabled">false</bool>
789
790    <!-- Certificates of apps which are allowed to use activity embedding with Settings.-->
791    <string-array name="config_known_host_certs" translatable="false">
792        <item></item>
793    </string-array>
794
795    <!-- Whether to display the "Enable wireless display" menu -->
796    <bool name="config_show_wifi_display_enable_menu">true</bool>
797
798    <!-- List of packages that should be hidden for MVNO. Do not translate -->
799    <string-array name="datausage_hiding_carrier_service_package_names" translatable="false"/>
800
801    <!-- List of MVNO. Do not translate -->
802    <integer-array name="datausage_hiding_carrier_service_carrier_id" translatable="false"/>
803
804    <!-- App locale change intent action-->
805    <string name ="config_app_locale_intent_action" translatable="false" />
806
807    <!-- Allowed packages to show the confirmation dialog for a system locale suggestion  -->
808    <string-array name="allowed_packages_for_locale_confirmation_diallog" translatable="false"/>
809
810    <!-- Array of text reading preview layouts. Must contain at least 1 layout -->
811    <array name="config_text_reading_preview_samples">
812        <item>@layout/accessibility_text_reading_preview_app_grid</item>
813        <item>@layout/screen_zoom_preview_1</item>
814        <item>@layout/accessibility_text_reading_preview_mail_content</item>
815    </array>
816
817    <!-- Package responsible for updating Mainline Modules -->
818    <string name="config_mainline_module_update_package" translatable="false">com.android.vending</string>
819
820    <!-- Whether location services setting is available or not. -->
821    <bool name="config_show_location_services">true</bool>
822
823    <!-- Whether to disable location toggle for ChromeOS devices-->
824    <bool name="config_disable_location_toggle_for_chrome">false</bool>
825
826    <!-- Whether to display pSIM conversion menu in Settings.-->
827    <bool name="config_psim_conversion_menu_enabled">false</bool>
828
829    <!-- Array of carrier id to allow the pSIM conversion-->
830    <integer-array name="config_psim_conversion_menu_enabled_carrier" translatable="false">
831    </integer-array>
832
833    <!-- Array of carrier id that uses reusable activation code-->
834    <integer-array name="config_carrier_use_rac" translatable="false">
835    </integer-array>
836
837    <!-- The Activity intent to trigger to launch time-related feedback. -->
838    <string name="config_time_feedback_intent_uri" translatable="false" />
839
840    <!-- Package name for diagnostics app. -->
841    <string name="config_device_diagnostics_package_name" translatable="false">com.android.devicediagnostics</string>
842</resources>
843