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

Commit 8c698be9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add keywords for system naviagtion setting" into rvc-dev am: e55fe598 am: a08e2e49

Change-Id: I4b12c37a4e438edae5a3b954cc7e51c73f65a9cc
parents b3cda50a a08e2e49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10653,7 +10653,7 @@
    <string name="legacy_navigation_summary">Go back, Home, and switch apps with buttons at the bottom of your screen.</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</string>
    <string name="keywords_system_navigation">system navigation, 2 button navigation, 3 button navigation, gesture navigation, swipe</string>
    <!-- Message for the alert dialog which says that the current default home app does not support gesture navigation. [CHAR LIMIT=NONE] -->
    <string name="gesture_not_supported_dialog_message">Not supported by your default home app, <xliff:g id="default_home_app" example="Pixel Launcher">%s</xliff:g></string>
+2 −1
Original line number Diff line number Diff line
@@ -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" />

    <Preference
        android:key="gesture_tap_screen_input_summary"