Add search keywords to touchpad settings.

This was lost in the migration from touchpad to touchpad and mouse
settings.

Bug: 300611520
Flag: EXEMPT bugfix
Test: Manual inspection
E# Please enter the commit message for your changes. Lines starting

Change-Id: Ie4cbebc6b72cbd3df41970c07df8e9bdddd22046
This commit is contained in:
Ben Murdoch
2025-01-22 15:58:09 +00:00
parent bb094b877c
commit d583344b06

View File

@@ -53,6 +53,7 @@
android:icon="@drawable/ic_settings_touchpad"
android:order="-254"
android:fragment="com.android.settings.inputmethod.TouchpadAndMouseSettings"
settings:keywords="@string/keywords_touchpad"
settings:controller="com.android.settings.inputmethod.TouchpadAndMouseSettingsController"/>
<Preference
@@ -62,6 +63,7 @@
android:icon="@drawable/ic_settings_touchpad"
android:order="-253"
android:fragment="com.android.settings.inputmethod.TouchpadSettingFragment"
settings:keywords="@string/keywords_touchpad"
settings:controller="com.android.settings.inputmethod.TouchpadSettingsController"/>
<Preference