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
This commit is contained in:
Edgar Wang
2020-05-26 14:08:22 +08:00
parent 1e0789355e
commit 46f060370c

View File

@@ -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>