diff --git a/res/values/strings.xml b/res/values/strings.xml index d5fd6214b1e..939bba2043e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10479,6 +10479,9 @@ Go back, Home, and switch apps with buttons at the bottom of your screen. + + Start gesture navigation tutorial + system navigation, 2 button navigation, 3 button navigation, gesture navigation, swipe diff --git a/src/com/android/settings/gestures/SystemNavigationGestureSettings.java b/src/com/android/settings/gestures/SystemNavigationGestureSettings.java index c40212b7e01..c38be949760 100644 --- a/src/com/android/settings/gestures/SystemNavigationGestureSettings.java +++ b/src/com/android/settings/gestures/SystemNavigationGestureSettings.java @@ -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;