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 <!-- Dashboard number of columns --> 33 <integer name="dashboard_num_columns">1</integer> 34 35 <!-- Carrier_enabled editable --> 36 <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool> 37 38 <!-- When true enable color temperature setting. --> 39 <bool name="config_enableColorTemperature">false</bool> 40 41 <!-- Whether to show Camera laser sensor switch in Developer Options --> 42 <bool name="config_show_camera_laser_sensor">false</bool> 43 44 <!-- Fully-qualified class name for the implementation of the FeatureFactory to be instantiated. --> 45 <string name="config_featureFactory" translatable="false">com.android.settings.overlay.FeatureFactoryImpl</string> 46 47 <!-- Package name and fully-qualified class name for the wallpaper picker activity. --> 48 <string name="config_wallpaper_picker_package" translatable="false">com.android.settings</string> 49 <string name="config_wallpaper_picker_class" translatable="false">com.android.settings.Settings$WallpaperSettingsActivity</string> 50 <!-- Fully-qualified class name for the styles & wallpaper picker activity. --> 51 <string name="config_styles_and_wallpaper_picker_class" translatable="false"></string> 52 <!-- Intent extra for wallpaper picker activity. --> 53 <string name="config_wallpaper_picker_launch_extra" translatable="false">com.android.wallpaper.LAUNCH_SOURCE</string> 54 55 <!-- Manufacturer backup settings to launch --> 56 <string name="config_backup_settings_intent" translatable="false"></string> 57 58 <!-- Manufacturer backup settings label --> 59 <string name="config_backup_settings_label" translatable="true"></string> 60 61 <!-- Double twist sensor type and vendor used by gesture setting --> 62 <string name="gesture_double_twist_sensor_type" translatable="false"></string> 63 <string name="gesture_double_twist_sensor_vendor" translatable="false"></string> 64 65 <!-- When true enable gesture setting. --> 66 <bool name="config_gesture_settings_enabled">false</bool> 67 68 <!-- If the Storage Manager settings are enabled. --> 69 <bool name="config_storage_manager_settings_enabled">false</bool> 70 71 <!-- If the support features are enabled. --> 72 <bool name="config_support_enabled">false</bool> 73 74 <!-- Whether to enable "show operator name in the status bar" setting --> 75 <bool name="config_showOperatorNameInStatusBar">false</bool> 76 77 <!-- List containing the component names of pre-installed screen reader services. --> 78 <string-array name="config_preinstalled_screen_reader_services" translatable="false"> 79 <!-- 80 <item>com.example.package.first/com.example.class.FirstService</item> 81 <item>com.example.package.second/com.example.class.SecondService</item> 82 --> 83 </string-array> 84 85 <!-- List containing the component names of pre-installed captioning services. --> 86 <string-array name="config_preinstalled_captions_services" translatable="false"> 87 <!-- 88 <item>com.example.package.first/com.example.class.FirstService</item> 89 <item>com.example.package.second/com.example.class.SecondService</item> 90 --> 91 </string-array> 92 93 <!-- List containing the component names of pre-installed audio and captioning services. --> 94 <string-array name="config_preinstalled_audio_services" translatable="false"> 95 <!-- 96 <item>com.example.package.first/com.example.class.FirstService</item> 97 <item>com.example.package.second/com.example.class.SecondService</item> 98 --> 99 </string-array> 100 101 <!-- List containing the component names of pre-installed display services. --> 102 <string-array name="config_preinstalled_display_services" translatable="false"> 103 <!-- 104 <item>com.example.package.first/com.example.class.FirstService</item> 105 <item>com.example.package.second/com.example.class.SecondService</item> 106 --> 107 </string-array> 108 109 <!-- List containing the component names of pre-installed interaction control services. --> 110 <string-array name="config_preinstalled_interaction_control_services" translatable="false"> 111 <!-- 112 <item>com.example.package.first/com.example.class.FirstService</item> 113 <item>com.example.package.second/com.example.class.SecondService</item> 114 --> 115 </string-array> 116 117 <!-- List containing the order of services in screen reader category by componentname. 118 All componentnames in a category need to be specified to guarantee correct behavior.--> 119 <string-array name="config_order_screen_reader_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 captions category by preference key or 127 componentname. All preference keys in a category need to be specified to guarantee correct 128 behavior.--> 129 <string-array name="config_order_captions_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 <item>captioning_preference_screen</item> 134 <item>rtt_setting</item> 135 <item>...</item> 136 --> 137 </string-array> 138 139 <!-- List containing the order of services in audio and caption category by preference key 140 or componentname. All preference keys in a category need to be specified to guarantee 141 correct behavior.--> 142 <string-array name="config_order_audio_services" translatable="false"> 143 <!-- 144 <item>com.example.package.first/com.example.class.FirstService</item> 145 <item>com.example.package.second/com.example.class.SecondService</item> 146 <item>toggle_primary_mono</item> 147 <item>seekbar_primary_balance</item> 148 <item>...</item> 149 --> 150 </string-array> 151 152 <!-- List containing the order of services in display category by preference key 153 or componentname. All preference keys in a category need to be specified to guarantee 154 correct behavior.--> 155 <string-array name="config_order_display_services" translatable="false"> 156 <!-- 157 <item>com.example.package.first/com.example.class.FirstService</item> 158 <item>com.example.package.second/com.example.class.SecondService</item> 159 <item>font_size_preference_screen</item> 160 <item>dark_ui_mode_accessibility</item> 161 <item>...</item> 162 --> 163 </string-array> 164 165 <!-- List containing the order of services in interaction control category by preference key 166 or componentname. All preference keys in a category need to be specified to guarantee 167 correct behavior.--> 168 <string-array name="config_order_interaction_control_services" translatable="false"> 169 <!-- 170 <item>com.example.package.first/com.example.class.FirstService</item> 171 <item>com.example.package.second/com.example.class.SecondService</item> 172 <item>autoclick_preference</item> 173 <item>toggle_power_button_ends_call_preference</item> 174 <item>...</item> 175 --> 176 </string-array> 177 178 <!-- List of packages that should be allowlisted for slice uri access. Do not translate --> 179 <string-array name="slice_allowlist_package_names" translatable="false"/> 180 181 <!-- Whether or not App & Notification screen should display recently used apps --> 182 <bool name="config_display_recent_apps">true</bool> 183 184 <!-- Package name for the storage manager to use from Settings search. --> 185 <string name="config_deletion_helper_package" translatable="false">com.android.storagemanager</string> 186 <!-- Class name for the storage manager's deletion helper class. --> 187 <string name="config_deletion_helper_class" translatable="false">com.android.storagemanager.deletionhelper.DeletionHelperActivity</string> 188 189 <!-- Whether to use a UI variant that minimizes the number of UI elements on screen. This is 190 typically used when there is not enough space to display everything, because pattern view 191 doesn't interact well with scroll view --> 192 <bool name="config_lock_pattern_minimal_ui">true</bool> 193 194 <!-- List of a11y components on the device allowed to be enabled by Settings Slices --> 195 <string-array name="config_settings_slices_accessibility_components" translatable="false"/> 196 197 <!-- Whether or not to show the night light suggestion. --> 198 <bool name="config_night_light_suggestion_enabled">true</bool> 199 200 <!-- Whether or not the device is capable of multiple levels of vibration intensity. 201 Note that this is different from whether it can control the vibration amplitude as some 202 devices will be able to vary their amplitude but do not possess enough dynamic range to 203 have distinct intensity levels --> 204 <bool name="config_vibration_supports_multiple_intensities">false</bool> 205 206 <!-- 207 Whether or not the homepage should be powered by legacy suggestion (versus contextual cards) 208 Default to true as not all devices support contextual cards. 209 --> 210 <bool name="config_use_legacy_suggestion">true</bool> 211 212 <!-- Whether or not homepage should display user's account avatar --> 213 <bool name="config_show_avatar_in_homepage">false</bool> 214 215 <!-- Whether or not emergency info tile should display in device info page --> 216 <bool name="config_show_emergency_info_in_device_info">true</bool> 217 218 <!-- Whether or not branded account info tile should display in device info page --> 219 <bool name="config_show_branded_account_in_device_info">true</bool> 220 221 <!-- Whether or not device header widget tile should display in device info page --> 222 <bool name="config_show_device_header_in_device_info">true</bool> 223 224 <!-- Whether or not TopLevelSettings should force rounded icon for injected tiles --> 225 <bool name="config_force_rounded_icon_TopLevelSettings">true</bool> 226 227 <!-- Whether dismissal timestamp should be kept before deletion --> 228 <bool name="config_keep_contextual_card_dismissal_timestamp">false</bool> 229 230 <!-- Settings intelligence package name --> 231 <string name="config_settingsintelligence_package_name" translatable="false"> 232 com.android.settings.intelligence 233 </string> 234 235 <!-- Whether the confirmation for sim deletion is defaulted to be on or off--> 236 <bool name="config_sim_deletion_confirmation_default_on">false</bool> 237 238 <!-- Package Installer package name --> 239 <string name="config_package_installer_package_name" translatable="false"> 240 com.android.packageinstaller 241 </string> 242 243 <!-- Settings intelligence interaction log intent action --> 244 <string name="config_settingsintelligence_log_action" translatable="false"></string> 245 246 <!-- AOSP Emergency app package name --> 247 <string name="config_aosp_emergency_package_name" translatable="false"> 248 com.android.emergency 249 </string> 250 251 <!-- AOSP Emergency app intent action --> 252 <string name="config_aosp_emergency_intent_action" translatable="false"> 253 android.settings.EDIT_EMERGENCY_INFO 254 </string> 255 256 <!-- Emergency app package name --> 257 <string name="config_emergency_package_name" translatable="false"> 258 com.android.emergency 259 </string> 260 261 <!-- Emergency app intent action --> 262 <string name="config_emergency_intent_action" translatable="false"> 263 android.settings.EDIT_EMERGENCY_INFO 264 </string> 265 266 <!-- Email address for the homepage contextual cards feedback --> 267 <string name="config_contextual_card_feedback_email" translatable="false"></string> 268 269 <!-- ComponentName to launch a vendor-specific enrollment activity if available --> 270 <string name="config_face_enroll" translatable="false"></string> 271 272 <!-- Whether to show the "less secure" info section on the face enroll intro screen --> 273 <bool name="config_face_intro_show_less_secure">false</bool> 274 275 <!-- Whether to show the "require eyes" info section on the face enroll intro screen --> 276 <bool name="config_face_intro_show_require_eyes">true</bool> 277 278 <!-- Whether to use the Lottie animation for the face education enrollment screen --> 279 <bool name="config_face_education_use_lottie">false</bool> 280 281 <!-- App intent --> 282 <string name="config_account_intent_uri" translatable="false"></string> 283 284 <!-- Whether or not the dock settings are to be displayed for this device when docked --> 285 <bool name="has_dock_settings">false</bool> 286 <!-- Whether there is a boot sounds checkbox --> 287 <bool name="has_boot_sounds">false</bool> 288 <!-- Whether there is a silent mode checkbox --> 289 <bool name="has_silent_mode">true</bool> 290 291 <!-- Display additional System Update menu if true --> 292 <bool name="config_additional_system_update_setting_enable">false</bool> 293 294 <!-- Whether the bluetooth activation confirmation dialogs should be auto dismissed. 295 Can be overridden for specific product builds. --> 296 <bool name="auto_confirm_bluetooth_activation_dialog">false</bool> 297 298 <!-- Whether the device name is shown in About device or not --> 299 <bool name="config_show_device_name">true</bool> 300 301 <!-- Whether to show a preference item for the manual in About phone --> 302 <bool name="config_show_manual">false</bool> 303 <!-- Whether to show a preference item for regulatory information in About phone --> 304 <bool name="config_show_regulatory_info">false</bool> 305 306 <!-- Whether to show a preference item for mobile plan --> 307 <bool name="config_show_mobile_plan">true</bool> 308 309 <!-- Whether none security option is hide or not (country specific). --> 310 <bool name="config_hide_none_security_option">false</bool> 311 312 <!-- Whether swipe security option is hidden or not --> 313 <bool name="config_hide_swipe_security_option">false</bool> 314 315 <!--Whether help links are defined. --> 316 <bool name="config_has_help">false</bool> 317 318 <!-- Whether Wi-Fi settings should be shown or not. 319 This also controls whether Wi-fi related sub-settings (e.g. Wi-Fi preferences) will 320 surface in search results or not.--> 321 <bool name="config_show_wifi_settings">true</bool> 322 323 <!-- Whether toggle_airplane is available or not. --> 324 <bool name="config_show_toggle_airplane">true</bool> 325 326 <!-- Whether private_dns_settings is available or not. --> 327 <bool name="config_show_private_dns_settings">true</bool> 328 329 <!-- Whether memory from app_info_settings is available or not. --> 330 <bool name="config_show_app_info_settings_memory">false</bool> 331 332 <!-- Whether battery from app_info_settings is available or not. --> 333 <bool name="config_show_app_info_settings_battery">true</bool> 334 335 <!-- Whether location mode is available or not. --> 336 <bool name="config_location_mode_available">true</bool> 337 338 <!-- Whether location scanning is available or not. --> 339 <bool name="config_show_location_scanning">true</bool> 340 341 <!-- Whether high_power_apps should be shown or not. --> 342 <bool name="config_show_high_power_apps">true</bool> 343 344 <!-- Whether media_volume should be shown or not. --> 345 <bool name="config_show_media_volume">true</bool> 346 347 <!-- Whether alarm_volume should be shown or not. --> 348 <bool name="config_show_alarm_volume">true</bool> 349 350 <!-- Whether call_volume should be shown or not. --> 351 <bool name="config_show_call_volume">true</bool> 352 353 <!-- Whether notification_volume should be shown or not. --> 354 <bool name="config_show_notification_volume">true</bool> 355 356 <!-- Whether notification_ringtone should be shown or not. --> 357 <bool name="config_show_notification_ringtone">true</bool> 358 359 <!-- Whether screen_locking_sounds should be shown or not. --> 360 <bool name="config_show_screen_locking_sounds">true</bool> 361 362 <!-- Whether charging_sounds should be shown or not. --> 363 <bool name="config_show_charging_sounds">true</bool> 364 365 <!-- Whether touch_sounds should be shown or not. --> 366 <bool name="config_show_touch_sounds">true</bool> 367 368 <!-- Whether encryption_and_credentials_encryption_status should be shown or not. --> 369 <bool name="config_show_encryption_and_credentials_encryption_status">true</bool> 370 371 <!-- Whether premium_sms should be shown or not. --> 372 <bool name="config_show_premium_sms">true</bool> 373 374 <!-- Whether data_saver should be shown or not. --> 375 <bool name="config_show_data_saver">true</bool> 376 377 <!-- Whether enabled_vr_listeners should be shown or not. --> 378 <bool name="config_show_enabled_vr_listeners">true</bool> 379 380 <!-- Whether phone_language should be shown or not. --> 381 <bool name="config_show_phone_language">true</bool> 382 383 <!-- Whether virtual_keyboard_pref should be shown or not. --> 384 <bool name="config_show_virtual_keyboard_pref">true</bool> 385 386 <!-- Whether physical_keyboard_pref should be shown or not. --> 387 <bool name="config_show_physical_keyboard_pref">true</bool> 388 389 <!-- Whether spellcheckers_settings should be shown or not. --> 390 <bool name="config_show_spellcheckers_settings">true</bool> 391 392 <!-- Whether tts_settings_summary should be shown or not. --> 393 <bool name="config_show_tts_settings_summary">true</bool> 394 395 <!-- Whether pointer_speed should be shown or not. --> 396 <bool name="config_show_pointer_speed">true</bool> 397 398 <!-- Whether vibrate_input_devices should be shown or not. --> 399 <bool name="config_show_vibrate_input_devices">true</bool> 400 401 <!-- Whether manage_device_admin should be shown or not. --> 402 <bool name="config_show_manage_device_admin">true</bool> 403 404 <!-- Whether unlock_set_or_change should be shown or not. --> 405 <bool name="config_show_unlock_set_or_change">true</bool> 406 407 <!-- Whether screen_pinning_settings should be shown or not. --> 408 <bool name="config_show_screen_pinning_settings">true</bool> 409 410 <!-- Whether manage_trust_agents should be shown or not. --> 411 <bool name="config_show_manage_trust_agents">true</bool> 412 413 <!-- Whether show_password should be shown or not. --> 414 <bool name="config_show_show_password">true</bool> 415 416 <!-- Whether trust_agent_click_intent should be shown or not. --> 417 <bool name="config_show_trust_agent_click_intent">true</bool> 418 419 <!-- Whether wallpaper attribution should be shown or not. --> 420 <bool name="config_show_wallpaper_attribution">true</bool> 421 422 <!-- Whether assist_and_voice_input should be shown or not. --> 423 <bool name="config_show_assist_and_voice_input">true</bool> 424 425 <!-- Whether reset_dashboard should be shown or not. --> 426 <bool name="config_show_reset_dashboard">true</bool> 427 428 <!-- Whether system_update_settings should be shown or not. --> 429 <bool name="config_show_system_update_settings">true</bool> 430 431 <!-- Whether device_model should be shown or not. --> 432 <bool name="config_show_device_model">true</bool> 433 434 <!-- Whether top_level_accessibility should be shown or not. --> 435 <bool name="config_show_top_level_accessibility">true</bool> 436 437 <!-- Whether top_level_battery should be shown or not. --> 438 <bool name="config_show_top_level_battery">true</bool> 439 440 <!-- Whether top_level_connected_devices should be shown or not. --> 441 <bool name="config_show_top_level_connected_devices">true</bool> 442 443 <!-- Whether top_level_display should be shown or not. --> 444 <bool name="config_show_top_level_display">true</bool> 445 446 <!-- Whether wifi_ip_address should be shown or not. --> 447 <bool name="config_show_wifi_ip_address">true</bool> 448 449 <!-- Whether wifi_mac_address should be shown or not. --> 450 <bool name="config_show_wifi_mac_address">true</bool> 451 452 <!-- Whether to disable "Uninstall Updates" menu item for System apps or not. --> 453 <bool name="config_disable_uninstall_update">false</bool> 454 455 <!-- Whether or not extra preview panels should be used for screen zoom setting. --> 456 <bool name="config_enable_extra_screen_zoom_preview">true</bool> 457 458 <!-- Slice Uri to query nearby devices. --> 459 <string name="config_nearby_devices_slice_uri" translatable="false">content://com.google.android.gms.nearby.fastpair/device_status_list_item</string> 460 461 <!-- Grayscale settings intent --> 462 <string name="config_grayscale_settings_intent" translatable="false"></string> 463 464 <!-- List containing the injected tile keys which are suppressed. --> 465 <string-array name="config_suppress_injected_tile_keys" translatable="false"/> 466 467 <!-- Reset application package name --> 468 <string-array name="config_skip_reset_apps_package_name" translatable="false"> 469 <item>android</item> 470 <item>com.android.providers.downloads</item> 471 <item>com.android.systemui</item> 472 <item>com.android.vending</item> 473 </string-array> 474 475 <!-- Settings panel keeps observe this uri --> 476 <string-array name="config_panel_keep_observe_uri" translatable="false"> 477 <item>content://com.android.settings.slices/intent/media_output_indicator</item> 478 </string-array> 479 480 <!-- Uri to query non-public Slice Uris. --> 481 <string name="config_non_public_slice_query_uri" translatable="false"></string> 482 483 <!-- RTT setting intent action --> 484 <string name="config_rtt_setting_intent_action" translatable="false"></string> 485 486 <!-- Package name of dialer supports RTT setting--> 487 <string name="config_rtt_setting_package_name" translatable="false"></string> 488 489 <!-- Whether nfc detection point preview image is available or not. --> 490 <bool name="config_nfc_detection_point">false</bool> 491 492 <!-- Whether to show Smooth Display feature in Settings Options --> 493 <bool name="config_show_smooth_display">false</bool> 494 495 <!-- Whether to show emergency gesture in Settings --> 496 <bool name="config_show_emergency_gesture_settings">true</bool> 497 498 <!-- Optional package name if another 1p app wants to take over the emergency gesture settings UI --> 499 <string name="emergency_gesture_settings_package"></string> 500 501 <!-- Whether to show the Preference for Adaptive connectivity --> 502 <bool name="config_show_adaptive_connectivity">false</bool> 503 504 <!-- Authority of advanced device battery prediction --> 505 <string name="config_battery_prediction_authority" translatable="false"></string> 506 507 <!-- Whether to handle slot change events --> 508 <bool name="config_handle_sim_slot_change">false</bool> 509 510 <!-- whether use partner overlay theme for outside setupwizard flow --> 511 <bool name="config_suc_use_partner_resource">false</bool> 512 513 <!-- Cell broacast receiver package name --> 514 <string name="config_cell_broadcast_receiver_package" translatable="false">com.android.cellbroadcastreceiver.module</string> 515 516 <!-- TODO(b/174964885): These media Uri are not defined in framework yet. Replace with framework defined variables once it's available. --> 517 <!-- Media Uri to view images storage category. --> 518 <string name="config_images_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/images_root</string> 519 520 <!-- Media Uri to view videos storage category. --> 521 <string name="config_videos_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/videos_root</string> 522 523 <!-- Media Uri to view audio storage category. --> 524 <string name="config_audio_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/audio_root</string> 525 526 <!-- Media Uri to view documents & other storage category. --> 527 <string name="config_documents_and_other_storage_category_uri" translatable="false">content://com.android.providers.media.documents/root/documents_root</string> 528 529 <!-- Whether to show Smart Storage toggle --> 530 <bool name="config_show_smart_storage_toggle">true</bool> 531 532 <!-- Whether suw to support two panes --> 533 <bool name="config_suw_supported_two_panes">false</bool> 534 535 <!-- Whether to support large screen --> 536 <bool name="config_supported_large_screen">false</bool> 537 538 <!-- Display settings screen, Color mode options. Must be the same length and order as 539 config_color_mode_options_values below. Only the values that also appear in 540 frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. --> 541 <string-array name="config_color_mode_options_strings" translatable="false"> 542 <item>@string/color_mode_option_natural</item> 543 <item>@string/color_mode_option_boosted</item> 544 <item>@string/color_mode_option_saturated</item> 545 <item>@string/color_mode_option_automatic</item> 546 </string-array> 547 548 <!-- Display settings screen, Color mode options. Must be the same length and order as 549 config_color_mode_options_strings above. Only the values that also appear in 550 frameworks/base/core/res/res/values/config.xml's config_availableColorModes are shown. --> 551 <integer-array name="config_color_mode_options_values" translatable="false"> 552 <item>0</item> 553 <item>1</item> 554 <item>2</item> 555 <item>3</item> 556 </integer-array> 557 558 <!-- Whether to aggregate for network selection list--> 559 <bool name="config_network_selection_list_aggregation_enabled">false</bool> 560</resources> 561