diff --git a/res/values/strings.xml b/res/values/strings.xml index 88e9be992b5..f1268737930 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10653,7 +10653,7 @@ Go back, Home, and switch apps with buttons at the bottom of your screen. - system navigation, 2 button navigation, 3 button navigation, gesture navigation + system navigation, 2 button navigation, 3 button navigation, gesture navigation, swipe Not supported by your default home app, %s diff --git a/res/xml/gestures.xml b/res/xml/gestures.xml index 73b2070016b..36bf52af8e0 100644 --- a/res/xml/gestures.xml +++ b/res/xml/gestures.xml @@ -51,7 +51,8 @@ android:key="gesture_system_navigation_input_summary" android:title="@string/system_navigation_title" android:fragment="com.android.settings.gestures.SystemNavigationGestureSettings" - settings:controller="com.android.settings.gestures.SystemNavigationPreferenceController" /> + settings:controller="com.android.settings.gestures.SystemNavigationPreferenceController" + settings:keywords="@string/keywords_system_navigation" />