Remove duplicate search result when search "autofill service"

There is another autofill service for work profile.
Make this preference unsearchable to avoid duplicate result.

Bug: 155838971
Test: manual
Change-Id: I7f614ead1c0f898964775c03e81f1102583b04dc
diff --git a/res/xml/default_autofill_picker_settings.xml b/res/xml/default_autofill_picker_settings.xml
index 2aa39e4..bfc285b 100644
--- a/res/xml/default_autofill_picker_settings.xml
+++ b/res/xml/default_autofill_picker_settings.xml
@@ -40,6 +40,7 @@
         android:key="default_autofill_work"
         android:title="@string/autofill_app"
         android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
+        settings:searchable="false"
         settings:keywords="@string/autofill_keywords">
       <extra android:name="for_work" android:value="true" />
     </com.android.settings.widget.GearPreference>