3
0
Fork 0

gms: Overlay screen reader and interaction control services components

This commit is contained in:
AdarshGrewal 2022-01-12 12:20:25 +05:30
parent 773005d7e2
commit 68ed660605
1 changed files with 12 additions and 0 deletions

View File

@ -6,4 +6,16 @@
<!-- 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>
</resources>