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

Commit efaa810d authored by menghanli's avatar menghanli
Browse files

Update OoB TalkBack tutorial with appropriate description of holding down volume buttons

Root cause: When a user goes to set up a device for the first time, they trigger the volume key shortcut to turn TalkBack on. After about three seconds of holding down the volume keys, they are prompted to continue holding down the volume keys to turn on accessibility. This prompt is incorrect, as users must actually release the keys and press again for three seconds to turn TalkBack on.
Solution: The tutorial should change to alert users that they must release, then press the volume keys again for three seconds, else the behavior of the volume key hold-down should change to mirror the tutorial.

Bug: 181575263
Test: Manual testing
Change-Id: Icc66c9a2cd45fb47bf658a319cc7745a36958d6e
parent 52a61a8b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4746,8 +4746,7 @@
    <string name="accessibility_shortcut_disabling_service">Held volume keys. <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> turned off.</string>

    <!-- Text spoken when accessibility shortcut warning dialog is shown. [CHAR LIMIT=none] -->
    <string name="accessibility_shortcut_spoken_feedback">Press and hold both volume keys for three seconds to use
        <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g></string>
    <string name="accessibility_shortcut_spoken_feedback">Release the volume keys. To turn on <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g>, press and hold both volume keys again for 3 seconds.</string>

    <!-- Text appearing in a prompt at the top of UI allowing the user to select a target service or feature to be assigned to the Accessibility button in the navigation bar. [CHAR LIMIT=none]-->
    <string name="accessibility_button_prompt_text">Choose a feature to use when you tap the accessibility button:</string>