Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afffb1dd authored by Tsung-Mao Fang's avatar Tsung-Mao Fang
Browse files

Should not show top intro in search

Set not searchable for top intro of credential page

Test: No top intro result in settings app.
Fix: 188491690
Change-Id: Ia7c4b33f72e3ea962073a552a7f57fa2072a2aa6
parent bac284a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@
    <com.android.settingslib.widget.TopIntroPreference
        android:key="top_intro_request_manage_credentials"
        android:order="-9999"
        android:title="@string/request_manage_credentials_description"/>
        android:title="@string/request_manage_credentials_description"
        settings:searchable="false"/>

    <!-- Buttons -->
    <com.android.settingslib.widget.ActionButtonsPreference