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:
@@ -40,6 +40,7 @@
|
|||||||
android:key="default_autofill_work"
|
android:key="default_autofill_work"
|
||||||
android:title="@string/autofill_app"
|
android:title="@string/autofill_app"
|
||||||
android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
|
android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker"
|
||||||
|
settings:searchable="false"
|
||||||
settings:keywords="@string/autofill_keywords">
|
settings:keywords="@string/autofill_keywords">
|
||||||
<extra android:name="for_work" android:value="true" />
|
<extra android:name="for_work" android:value="true" />
|
||||||
</com.android.settings.widget.GearPreference>
|
</com.android.settings.widget.GearPreference>
|
||||||
|
Reference in New Issue
Block a user