From d583344b06a0139c2027ea669c5d8f914d3826d1 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 22 Jan 2025 15:58:09 +0000 Subject: [PATCH] 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 --- res/xml/system_dashboard_fragment.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/xml/system_dashboard_fragment.xml b/res/xml/system_dashboard_fragment.xml index 68752d9b4f7..2bef02855dc 100644 --- a/res/xml/system_dashboard_fragment.xml +++ b/res/xml/system_dashboard_fragment.xml @@ -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"/>