Add settings search synonyms for touchpad.
Also fixes a bug in TrackpadTouchGestureSettings that used the wrong preference ID for search indexing. Bug: 300611520 Test: Verified on device Flag: NA Change-Id: I62ccf6d0b410be977f59f101edc5c42233d9474a
This commit is contained in:
@@ -52,7 +52,7 @@ public class TrackpadTouchGestureSettings extends DashboardFragment {
|
||||
}
|
||||
|
||||
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
|
||||
new BaseSearchIndexProvider(R.xml.trackpad_settings) {
|
||||
new BaseSearchIndexProvider(R.xml.trackpad_gesture_settings) {
|
||||
@Override
|
||||
protected boolean isPageSearchEnabled(Context context) {
|
||||
return FeatureFlagUtils
|
||||
|
||||
Reference in New Issue
Block a user