gms: Overlay screen reader and interaction control services components
This commit is contained in:
parent
773005d7e2
commit
68ed660605
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue