Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97b78fbe authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

eos: add talkback to screen reader packages

parent 8880bede
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -110,4 +110,10 @@
    even after user setup is complete. The defined component should be used for supervision purposes
    only. The component must be part of a system app. -->
    <string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>

    <!-- The component name, flattened to a string, for the default accessibility service to be
         enabled by the accessibility shortcut. This service must be trusted, as it can be activated
         without explicit consent of the user. If no accessibility service with the specified name
         exists on the device, the accessibility shortcut will be disabled by default. -->
    <string name="config_defaultAccessibilityService" translatable="false">app.talkbackfoss/com.google.android.marvin.talkback.TalkBackService</string>
</resources>
+11 −0
Original line number Diff line number Diff line
@@ -38,4 +38,15 @@

    <!-- Manufacturer backup settings label -->
    <string name="config_backup_settings_label" translatable="true">@string/backup_transport_setting_label</string>

    <!-- List containing the component names of pre-installed screen reader services. -->
    <string-array name="config_preinstalled_screen_reader_services" translatable="false">
        <item>app.talkbackfoss/com.google.android.marvin.talkback.TalkBackService</item>
    </string-array>

    <!-- List containing the order of services in screen reader category by componentname.
         All componentnames in a category need to be specified to guarantee correct behavior.-->
    <string-array name="config_order_screen_reader_services" translatable="false">
        <item>app.talkbackfoss/com.google.android.marvin.talkback.TalkBackService</item>
    </string-array>
</resources>