1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2019 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.car.developeroptions.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.car.developeroptions</string> 49 <string name="config_wallpaper_picker_class" translatable="false">com.android.car.developeroptions.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 53 <!-- Manufacturer backup settings to launch --> 54 <string name="config_backup_settings_intent" translatable="false"></string> 55 56 <!-- Manufacturer backup settings label --> 57 <string name="config_backup_settings_label" translatable="true"></string> 58 59 <!-- Double twist sensor name and vendor used by gesture setting --> 60 <string name="gesture_double_twist_sensor_name" translatable="false"></string> 61 <string name="gesture_double_twist_sensor_vendor" translatable="false"></string> 62 63 <!-- When true enable gesture setting. --> 64 <bool name="config_gesture_settings_enabled">false</bool> 65 66 <!-- If the Storage Manager settings are enabled. --> 67 <bool name="config_storage_manager_settings_enabled">false</bool> 68 69 <!-- If the support features are enabled. --> 70 <bool name="config_support_enabled">false</bool> 71 72 <!-- Whether to enable "show operator name in the status bar" setting --> 73 <bool name="config_showOperatorNameInStatusBar">false</bool> 74 75 <!-- List containing the component names of pre-installed screen reader services. --> 76 <string-array name="config_preinstalled_screen_reader_services" translatable="false"> 77 <!-- 78 <item>com.example.package.first/com.example.class.FirstService</item> 79 <item>com.example.package.second/com.example.class.SecondService</item> 80 --> 81 </string-array> 82 83 <!-- List containing the component names of pre-installed audio and captioning services. --> 84 <string-array name="config_preinstalled_audio_and_caption_services" translatable="false"> 85 <!-- 86 <item>com.example.package.first/com.example.class.FirstService</item> 87 <item>com.example.package.second/com.example.class.SecondService</item> 88 --> 89 </string-array> 90 91 <!-- List containing the component names of pre-installed display services. --> 92 <string-array name="config_preinstalled_display_services" translatable="false"> 93 <!-- 94 <item>com.example.package.first/com.example.class.FirstService</item> 95 <item>com.example.package.second/com.example.class.SecondService</item> 96 --> 97 </string-array> 98 99 <!-- List containing the component names of pre-installed interaction control services. --> 100 <string-array name="config_preinstalled_interaction_control_services" translatable="false"> 101 <!-- 102 <item>com.example.package.first/com.example.class.FirstService</item> 103 <item>com.example.package.second/com.example.class.SecondService</item> 104 --> 105 </string-array> 106 107 <!-- List of packages that should be whitelisted for slice uri access. Do not translate --> 108 <string-array name="slice_whitelist_package_names" translatable="false"/> 109 110 <!-- Whether or not App & Notification screen should display recently used apps --> 111 <bool name="config_display_recent_apps">true</bool> 112 113 <!-- Package name for the storage manager to use from Settings search. --> 114 <string name="config_deletion_helper_package" translatable="false">com.android.storagemanager</string> 115 <!-- Class name for the storage manager's deletion helper class. --> 116 <string name="config_deletion_helper_class" translatable="false">com.android.storagemanager.deletionhelper.DeletionHelperActivity</string> 117 118 <!-- Whether to use a UI variant that minimizes the number of UI elements on screen. This is 119 typically used when there is not enough space to display everything, because pattern view 120 doesn't interact well with scroll view --> 121 <bool name="config_lock_pattern_minimal_ui">true</bool> 122 123 <!-- List of a11y components on the device allowed to be enabled by Settings Slices --> 124 <string-array name="config_settings_slices_accessibility_components" translatable="false"/> 125 126 <!-- Whether or not to show the night light suggestion. --> 127 <bool name="config_night_light_suggestion_enabled">true</bool> 128 129 <!-- Whether or not the device is capable of multiple levels of vibration intensity. 130 Note that this is different from whether it can control the vibration amplitude as some 131 devices will be able to vary their amplitude but do not possess enough dynamic range to 132 have distinct intensity levels --> 133 <bool name="config_vibration_supports_multiple_intensities">false</bool> 134 135 <!-- 136 Whether or not the homepage should be powered by legacy suggestion (versus contextual cards) 137 Default to true as not all devices support contextual cards. 138 --> 139 <bool name="config_use_legacy_suggestion">true</bool> 140 141 <!-- Whether or not homepage should display user's account avatar --> 142 <bool name="config_show_avatar_in_homepage">false</bool> 143 144 <!-- Whether or not emergency info tile should display in device info page --> 145 <bool name="config_show_emergency_info_in_device_info">true</bool> 146 147 <!-- Whether or not branded account info tile should display in device info page --> 148 <bool name="config_show_branded_account_in_device_info">true</bool> 149 150 <!-- Whether or not device header widget tile should display in device info page --> 151 <bool name="config_show_device_header_in_device_info">true</bool> 152 153 <!-- Whether or not TopLevelSettings should force rounded icon for injected tiles --> 154 <bool name="config_force_rounded_icon_TopLevelSettings">true</bool> 155 156 <!-- Settings intelligence package name --> 157 <string name="config_settingsintelligence_package_name" translatable="false"> 158 com.android.car.developeroptions.intelligence 159 </string> 160 161 <!-- Package Installer package name --> 162 <string name="config_package_installer_package_name" translatable="false"> 163 com.android.packageinstaller 164 </string> 165 166 <!-- Settings intelligence interaction log intent action --> 167 <string name="config_settingsintelligence_log_action" translatable="false"></string> 168 169 <!-- Emergency app package name --> 170 <string name="config_emergency_package_name" translatable="false"> 171 com.android.emergency 172 </string> 173 <!-- Emergency app intent action --> 174 <string name="config_emergency_intent_action" translatable="false"> 175 android.settings.EDIT_EMERGENCY_INFO 176 </string> 177 178 <!-- Email address for the homepage contextual cards feedback --> 179 <string name="config_contextual_card_feedback_email" translatable="false"></string> 180 181 <!-- ComponentName to launch a vendor-specific enrollment activity if available --> 182 <string name="config_face_enroll" translatable="false"></string> 183 184 <!-- App intent --> 185 <string name="config_account_intent_uri" translatable="false"></string> 186 187 <!-- Whether or not the dock settings are to be displayed for this device when docked --> 188 <bool name="has_dock_settings">false</bool> 189 <!-- Whether there is a boot sounds checkbox --> 190 <bool name="has_boot_sounds">false</bool> 191 <!-- Whether there is a silent mode checkbox --> 192 <bool name="has_silent_mode">true</bool> 193 194 <!-- Display additional System Update menu if true --> 195 <bool name="config_additional_system_update_setting_enable">false</bool> 196 197 <!-- Whether the bluetooth activation confirmation dialogs should be auto dismissed. 198 Can be overridden for specific product builds. --> 199 <bool name="auto_confirm_bluetooth_activation_dialog">false</bool> 200 201 <!-- Whether the device name is shown in About device or not --> 202 <bool name="config_show_device_name">true</bool> 203 204 <!-- Whether to show a preference item for the manual in About phone --> 205 <bool name="config_show_manual">false</bool> 206 <!-- Whether to show a preference item for regulatory information in About phone --> 207 <bool name="config_show_regulatory_info">false</bool> 208 209 <!-- Whether to show a preference item for mobile plan --> 210 <bool name="config_show_mobile_plan">true</bool> 211 212 <!-- Whether none security option is hide or not (country specific). --> 213 <bool name="config_hide_none_security_option">false</bool> 214 215 <!-- Whether swipe security option is hidden or not --> 216 <bool name="config_hide_swipe_security_option">false</bool> 217 218 <!--Whether help links are defined. --> 219 <bool name="config_has_help">false</bool> 220 221 <!-- Whether Wi-Fi settings should be shown or not. 222 This also controls whether Wi-fi related sub-settings (e.g. Wi-Fi preferences) will 223 surface in search results or not.--> 224 <bool name="config_show_wifi_settings">true</bool> 225 226 <!-- Whether toggle_airplane is available or not. --> 227 <bool name="config_show_toggle_airplane">true</bool> 228 229 <!-- Whether private_dns_settings is available or not. --> 230 <bool name="config_show_private_dns_settings">true</bool> 231 232 <!-- Whether memory from app_info_settings is available or not. --> 233 <bool name="config_show_app_info_settings_memory">false</bool> 234 235 <!-- Whether battery from app_info_settings is available or not. --> 236 <bool name="config_show_app_info_settings_battery">true</bool> 237 238 <!-- Whether location mode is available or not. --> 239 <bool name="config_location_mode_available">true</bool> 240 241 <!-- Whether location scanning is available or not. --> 242 <bool name="config_show_location_scanning">true</bool> 243 244 <!-- Whether high_power_apps should be shown or not. --> 245 <bool name="config_show_high_power_apps">true</bool> 246 247 <!-- Whether media_volume should be shown or not. --> 248 <bool name="config_show_media_volume">true</bool> 249 250 <!-- Whether alarm_volume should be shown or not. --> 251 <bool name="config_show_alarm_volume">true</bool> 252 253 <!-- Whether call_volume should be shown or not. --> 254 <bool name="config_show_call_volume">true</bool> 255 256 <!-- Whether notification_volume should be shown or not. --> 257 <bool name="config_show_notification_volume">true</bool> 258 259 <!-- Whether notification_ringtone should be shown or not. --> 260 <bool name="config_show_notification_ringtone">true</bool> 261 262 <!-- Whether screen_locking_sounds should be shown or not. --> 263 <bool name="config_show_screen_locking_sounds">true</bool> 264 265 <!-- Whether charging_sounds should be shown or not. --> 266 <bool name="config_show_charging_sounds">true</bool> 267 268 <!-- Whether touch_sounds should be shown or not. --> 269 <bool name="config_show_touch_sounds">true</bool> 270 271 <!-- Whether encryption_and_credentials_encryption_status should be shown or not. --> 272 <bool name="config_show_encryption_and_credentials_encryption_status">true</bool> 273 274 <!-- Whether premium_sms should be shown or not. --> 275 <bool name="config_show_premium_sms">true</bool> 276 277 <!-- Whether data_saver should be shown or not. --> 278 <bool name="config_show_data_saver">true</bool> 279 280 <!-- Whether enabled_vr_listeners should be shown or not. --> 281 <bool name="config_show_enabled_vr_listeners">true</bool> 282 283 <!-- Whether phone_language should be shown or not. --> 284 <bool name="config_show_phone_language">true</bool> 285 286 <!-- Whether virtual_keyboard_pref should be shown or not. --> 287 <bool name="config_show_virtual_keyboard_pref">true</bool> 288 289 <!-- Whether physical_keyboard_pref should be shown or not. --> 290 <bool name="config_show_physical_keyboard_pref">true</bool> 291 292 <!-- Whether spellcheckers_settings should be shown or not. --> 293 <bool name="config_show_spellcheckers_settings">true</bool> 294 295 <!-- Whether tts_settings_summary should be shown or not. --> 296 <bool name="config_show_tts_settings_summary">true</bool> 297 298 <!-- Whether pointer_speed should be shown or not. --> 299 <bool name="config_show_pointer_speed">true</bool> 300 301 <!-- Whether vibrate_input_devices should be shown or not. --> 302 <bool name="config_show_vibrate_input_devices">true</bool> 303 304 <!-- Whether manage_device_admin should be shown or not. --> 305 <bool name="config_show_manage_device_admin">true</bool> 306 307 <!-- Whether unlock_set_or_change should be shown or not. --> 308 <bool name="config_show_unlock_set_or_change">true</bool> 309 310 <!-- Whether screen_pinning_settings should be shown or not. --> 311 <bool name="config_show_screen_pinning_settings">true</bool> 312 313 <!-- Whether manage_trust_agents should be shown or not. --> 314 <bool name="config_show_manage_trust_agents">true</bool> 315 316 <!-- Whether show_password should be shown or not. --> 317 <bool name="config_show_show_password">true</bool> 318 319 <!-- Whether trust_agent_click_intent should be shown or not. --> 320 <bool name="config_show_trust_agent_click_intent">true</bool> 321 322 <!-- Whether wallpaper attribution should be shown or not. --> 323 <bool name="config_show_wallpaper_attribution">true</bool> 324 325 <!-- Whether assist_and_voice_input should be shown or not. --> 326 <bool name="config_show_assist_and_voice_input">true</bool> 327 328 <!-- Whether reset_dashboard should be shown or not. --> 329 <bool name="config_show_reset_dashboard">true</bool> 330 331 <!-- Whether system_update_settings should be shown or not. --> 332 <bool name="config_show_system_update_settings">true</bool> 333 334 <!-- Whether device_model should be shown or not. --> 335 <bool name="config_show_device_model">true</bool> 336 337 <!-- Whether top_level_accessibility should be shown or not. --> 338 <bool name="config_show_top_level_accessibility">true</bool> 339 340 <!-- Whether top_level_battery should be shown or not. --> 341 <bool name="config_show_top_level_battery">true</bool> 342 343 <!-- Whether top_level_connected_devices should be shown or not. --> 344 <bool name="config_show_top_level_connected_devices">true</bool> 345 346 <!-- Whether top_level_display should be shown or not. --> 347 <bool name="config_show_top_level_display">true</bool> 348 349 <!-- Whether wifi_ip_address should be shown or not. --> 350 <bool name="config_show_wifi_ip_address">true</bool> 351 352 <!-- Whether wifi_mac_address should be shown or not. --> 353 <bool name="config_show_wifi_mac_address">true</bool> 354 355 <!-- Whether to disable "Uninstall Updates" menu item for System apps or not. --> 356 <bool name="config_disable_uninstall_update">false</bool> 357 358 <!-- Whether or not extra preview panels should be used for screen zoom setting. --> 359 <bool name="config_enable_extra_screen_zoom_preview">true</bool> 360 361 <!-- Slice Uri to query nearby devices. --> 362 <string name="config_nearby_devices_slice_uri" translatable="false">content://com.google.android.gms.nearby.fastpair/device_status_list_item</string> 363 364 <!-- Grayscale settings intent --> 365 <string name="config_grayscale_settings_intent" translate="false"></string> 366</resources> 367