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 <!-- 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 244 <!-- Whether or not homepage should display user's account avatar --> 245 <bool name="config_show_avatar_in_homepage">false</bool> 246 247 <!-- 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 256 <!-- Whether or not TopLevelSettings should force rounded icon for injected tiles --> 257 <bool name="config_force_rounded_icon_TopLevelSettings">false</bool> 258 259 <!-- Whether dismissal timestamp should be kept before deletion --> 260 <bool name="config_keep_contextual_card_dismissal_timestamp">false</bool> 261 262 <!-- Settings intelligence package name --> 263 <string name="config_settingsintelligence_package_name" translatable="false"> 264 com.android.settings.intelligence 265 </string> 266 267 <!-- Settings intelligence interaction log intent action --> 268 <string name="config_settingsintelligence_log_action" translatable="false"></string> 269 270 <!-- Whether Settings intelligence supports presenting Slices. --> 271 <bool name="config_settingsintelligence_slice_supported">false</bool> 272 273 <!-- 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 293 <!-- 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 303 <!-- Emergency app package name --> 304 <string name="config_emergency_package_name" translatable="false"> 305 com.android.emergency 306 </string> 307 308 <!-- Emergency app intent action --> 309 <string name="config_emergency_intent_action" translatable="false"> 310 android.settings.EDIT_EMERGENCY_INFO 311 </string> 312 313 <!-- Email address for the homepage contextual cards feedback --> 314 <string name="config_contextual_card_feedback_email" translatable="false"></string> 315 316 <!-- ComponentName to launch a vendor-specific enrollment activity if available --> 317 <string name="config_face_enroll" translatable="false"></string> 318 319 <!-- 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 332 <!-- 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 335 <!-- 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 338 <!-- Whether to use the Lottie animation for the face education enrollment screen --> 339 <bool name="config_face_education_use_lottie">false</bool> 340 341 <!-- Whether to support enrollment during setup wizard flow --> 342 <bool name="config_suw_support_face_enroll">true</bool> 343 344 <!-- App intent --> 345 <string name="config_account_intent_uri" translatable="false"></string> 346 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> 351 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> 366 <!-- 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" /> 369 370 <!-- 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 376 <!-- 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 381 <!-- Whether Wi-Fi hotspot settings should be shown or not. --> 382 <bool name="config_show_wifi_hotspot_settings">true</bool> 383 384 <!-- Whether Wi-Fi hotspot speed should be shown or not. --> 385 <bool name="config_show_wifi_hotspot_speed">true</bool> 386 387 <!-- Whether or not Internet preference should be shown. --> 388 <bool name="config_show_internet_settings">true</bool> 389 390 <!-- 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 402 <!-- Whether location scanning is available or not. --> 403 <bool name="config_show_location_scanning">true</bool> 404 405 <!-- 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 483 <!-- 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 495 <!-- Whether top_level_accessibility should be shown or not. --> 496 <bool name="config_show_top_level_accessibility">true</bool> 497 498 <!-- Whether top_level_battery should be shown or not. --> 499 <bool name="config_show_top_level_battery">true</bool> 500 501 <!-- Whether to use compact battery status string. --> 502 <bool name="config_use_compact_battery_status">false</bool> 503 504 <!-- 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 519 <!-- 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> 521 522 <!-- 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 531 <!-- Grayscale settings intent --> 532 <string name="config_grayscale_settings_intent" translatable="false"></string> 533 534 <!-- List containing the injected tile keys which are suppressed. --> 535 <string-array name="config_suppress_injected_tile_keys" translatable="false"/> 536 537 <!-- Reset application package name --> 538 <string-array name="config_skip_reset_apps_package_name" translatable="false"> 539 <item>android</item> 540 <item>com.android.providers.downloads</item> 541 <item>com.android.systemui</item> 542 <item>com.android.vending</item> 543 </string-array> 544 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> 549 550 <!-- List containing the apps keep in battery mode = "Optimized" --> 551 <string-array name="config_force_battery_optimize_mode_apps" translatable="false"> 552 </string-array> 553 554 <!-- 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 558 <!-- Uri to query non-public Slice Uris. --> 559 <string name="config_non_public_slice_query_uri" translatable="false"></string> 560 561 <!-- RTT setting intent action --> 562 <string name="config_rtt_setting_intent_action" translatable="false"></string> 563 564 <!-- Package name of dialer supports RTT setting--> 565 <string name="config_rtt_setting_package_name" translatable="false"></string> 566 567 <!-- Whether nfc detection point preview image is available or not. --> 568 <bool name="config_nfc_detection_point">false</bool> 569 570 <!-- Whether to show Smooth Display feature in Settings Options --> 571 <bool name="config_show_smooth_display">false</bool> 572 573 <!-- Whether to show emergency settings in top-level Settings --> 574 <bool name="config_show_emergency_settings">true</bool> 575 576 <!-- Whether to show emergency gesture in Settings --> 577 <bool name="config_show_emergency_gesture_settings">true</bool> 578 579 <!-- Optional package name if another 1p app wants to take over the emergency gesture settings UI --> 580 <string name="emergency_gesture_settings_package"></string> 581 582 <!-- Whether to show the Preference for Adaptive connectivity --> 583 <bool name="config_show_adaptive_connectivity">false</bool> 584 585 <!-- Authority of advanced device battery prediction --> 586 <string name="config_battery_prediction_authority" translatable="false"></string> 587 588 <!-- Whether to handle slot change events --> 589 <bool name="config_handle_sim_slot_change">false</bool> 590 591 <!-- whether use partner overlay theme for outside setupwizard flow --> 592 <bool name="config_suc_use_partner_resource">false</bool> 593 594 <!-- Cell broacast receiver package name --> 595 <string name="config_cell_broadcast_receiver_package" translatable="false">com.android.cellbroadcastreceiver.module</string> 596 597 <!-- These media Uri are not defined in framework yet. Replace with framework defined variables once it's available. --> 598 <!-- 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 604 <!-- 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> 606 607 <!-- 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> 612 613 <!-- Whether to show Smart Storage toggle --> 614 <bool name="config_show_smart_storage_toggle">true</bool> 615 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> 635 636 <!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same 637 length and order as config_userAspectRatioOverrideValues below. --> 638 <string-array name="config_userAspectRatioOverrideEntries" translatable="false"> 639 <item>@string/user_aspect_ratio_app_default</item> 640 <item>@string/user_aspect_ratio_fullscreen</item> 641 <item>@string/user_aspect_ratio_half_screen</item> 642 <item>@string/user_aspect_ratio_device_size</item> 643 <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 648 <!-- App aspect ratio settings screen, user aspect ratio override options. Must be the same 649 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 --> 653 <item>6</item> <!-- USER_MIN_ASPECT_RATIO_FULLSCREEN --> 654 <item>1</item> <!-- USER_MIN_ASPECT_RATIO_SPLIT_SCREEN --> 655 <item>2</item> <!-- USER_MIN_ASPECT_RATIO_DISPLAY_SIZE --> 656 <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 661 <!-- 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 673 <!-- 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> 676 <item>@string/screen_resolution_option_full</item> 677 </string-array> 678 679 <!-- Whether to aggregate for network selection list--> 680 <bool name="config_network_selection_list_aggregation_enabled">false</bool> 681 682 <!-- Max network scan search time in seconds --> 683 <integer name="config_network_scan_helper_max_search_time_sec">300</integer> 684 685 <!-- Whether to give option to add restricted profiles --> 686 <bool name="config_offer_restricted_profiles">false</bool> 687 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 697 <!-- The ratio to use when using the two-pane settings layout --> 698 <item name="config_activity_embed_split_ratio" format="float" type="dimen">0.3636</item> 699 700 <!-- 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 707 <!-- 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> 711 712 <!-- Whether the dream setup activity should be enabled as part of setupwizard --> 713 <bool name="dream_setup_supported">false</bool> 714 715 <!-- Whether to show communal settings at the top level. --> 716 <bool name="config_show_communal_settings">false</bool> 717 718 <!-- Whether to show communal settings at the top level on mobile. --> 719 <bool name="config_show_communal_settings_mobile">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 <!-- Duration in milliseconds of the udfps title/sub-title scrolling once animation. --> 779 <integer name="config_biometrics_header_scroll_duration">1000</integer> 780 781 <!-- 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> 783 784 <!-- Whether checking adaptive charging to define battery manager visibility. --> 785 <bool name="config_battery_manager_consider_ac">false</bool> 786 787 <!-- Whether to display Cloned Apps page in Settings (Settings > Apps > Cloned Apps).--> 788 <bool name="config_cloned_apps_page_enabled">false</bool> 789 790 <!-- Whether to initiate Account login during Private Space setup.--> 791 <bool name="config_privatespace_account_login_enabled">false</bool> 792 793 <!-- 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 798 <!-- Whether to display the "Enable wireless display" menu --> 799 <bool name="config_show_wifi_display_enable_menu">true</bool> 800 801 <!-- 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"/> 806 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"/> 812 813 <!-- Array of text reading preview layouts. Must contain at least 1 layout --> 814 <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> 819 820 <!-- Package responsible for updating Mainline Modules --> 821 <string name="config_mainline_module_update_package" translatable="false">com.android.vending</string> 822 823 <!-- Whether location services setting is available or not. --> 824 <bool name="config_show_location_services">true</bool> 825 826 <!-- Whether to disable location toggle for ChromeOS devices--> 827 <bool name="config_disable_location_toggle_for_chrome">false</bool> 828 829 <!-- Whether to display pSIM conversion menu in Settings.--> 830 <bool name="config_psim_conversion_menu_enabled">false</bool> 831 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> 835 836 <!-- Array of carrier id that uses reusable activation code--> 837 <integer-array name="config_carrier_use_rac" translatable="false"> 838 </integer-array> 839 840 <!-- The Activity intent to trigger to launch time-related feedback. --> 841 <string name="config_time_feedback_intent_uri" translatable="false" /> 842 843 <!-- Package name for diagnostics app. --> 844 <string name="config_device_diagnostics_package_name" translatable="false">com.android.devicediagnostics</string> 845 846 <!-- Package name for Linux terminal app --> 847 <string name="config_linux_terminal_app_package_name" translatable="false">com.android.virtualization.terminal</string> 848 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> 851 852 <!-- 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 857 <!-- Whether the Gaze is enabled --> 858 <bool name="config_gazeEnabled">false</bool> 859</resources> 860