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

Commit e5ba5da9 authored by Randy Pfohl's avatar Randy Pfohl Committed by Android (Google) Code Review
Browse files

Merge "Setting content description when illustration is clickable" into main

parents b9391127 ea76c296
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10479,6 +10479,9 @@
    <!-- Summary text for 3-button navigation  [CHAR LIMIT=NONE] -->
    <string name="legacy_navigation_summary">Go back, Home, and switch apps with buttons at the bottom of your screen.</string>
    <!-- Accessibility string for gesture nav tutorial button [CHAR_LIMIT=NONE] -->
    <string name="nav_tutorial_button_description">Start gesture navigation tutorial</string>
    <!-- Search keywords for System Navigation settings. [CHAR_LIMIT=NONE]-->
    <string name="keywords_system_navigation">system navigation, 2 button navigation, 3 button navigation, gesture navigation, swipe</string>
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ public class SystemNavigationGestureSettings extends RadioButtonPickerFragment i
        switch (systemNavKey) {
            case KEY_SYSTEM_NAV_GESTURAL:
                if (isGestureTutorialAvailable()){
                    videoPref.setContentDescription(R.string.nav_tutorial_button_description);
                    videoPref.setOnPreferenceClickListener(preference -> {
                        startActivity(mLaunchSandboxIntent);
                        return true;