vendor_gms/GoogleSettingsOverlay/res/values/config.xml
2024-09-28 20:37:52 +00:00

27 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Settings intelligence package name -->
<string name="config_settingsintelligence_log_action">com.google.android.settings.intelligence.contextualcards.CARD_INTERACTION_RECEIVER</string>
<!-- Settings intelligence interaction log intent action -->
<string name="config_settingsintelligence_package_name">com.google.android.settings.intelligence</string>
<!-- List containing the component names of pre-installed screen reader services [DO NOT TRANSLATE] -->
<string-array name="config_preinstalled_screen_reader_services" translatable="false">
<item>com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService</item>
<item>com.google.android.marvin.talkback/com.google.android.accessibility.selecttospeak.SelectToSpeakService</item>
</string-array>
<!-- List containing the component names of pre-installed interaction control services [DO NOT TRANSLATE] -->
<string-array name="config_preinstalled_interaction_control_services" translatable="false">
<item>com.google.android.marvin.talkback/com.android.switchaccess.SwitchAccessService</item>
<item>com.google.android.marvin.talkback/com.google.android.accessibility.accessibilitymenu.AccessibilityMenuService</item>
</string-array>
<!-- Whether or not homepage should display user's account avatar -->
<bool name="config_show_avatar_in_homepage">true</bool>
</resources>