Use searchable="false" to suppress nonIndexables.
When possible, remove or simplify getNonIndexable() logic in fragments, and use searchable="false" in xml to suppress index. Change-Id: I5bdf5bc7d5494a64cdd9e230a51321a4b210af69 Fixes: 112608186 Test: robotest and manual search
This commit is contained in:
@@ -17,8 +17,10 @@
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="security_settings_password_sub_screen"
|
||||
android:title="@string/unlock_set_unlock_launch_picker_title">
|
||||
android:title="@string/unlock_set_unlock_launch_picker_title"
|
||||
settings:searchable="false">
|
||||
|
||||
<!-- available in pattern -->
|
||||
<SwitchPreference
|
||||
|
||||
Reference in New Issue
Block a user