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

Commit aa984d58 authored by tmfang's avatar tmfang
Browse files

Fix no result for "Privacy" keyword

We can't have same title string at the same time.

Test: search again, and see result.
Fixes: 123775284
Change-Id: I53afa64e723a0b1d6b8fefe0dbded64b7cd8f0de
parent 6b12d799
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,9 +22,11 @@
    android:title="@string/privacy_dashboard_title"
    settings:initialExpandedChildrenCount="4">

    <!-- This preference isn't searchable, and user won't see title in this preference.
         So, we just set empty text for title. -->
    <com.android.settingslib.widget.BarChartPreference
        android:key="permission_bar_chart"
        android:title="@string/privacy_dashboard_title"
        android:title="@string/summary_placeholder"
        settings:controller="com.android.settings.privacy.PermissionBarChartPreferenceController"/>

    <!-- Accessibility usage -->