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

Commit 33a91c50 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Change permission preference to only 1 line summary

am: 32a85682

Change-Id: I5f4cb35694767adc62d5f094e481d1423a85c93b
parents 97642af5 32a85682
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,9 +45,9 @@
    <com.android.settings.widget.FixedLineSummaryPreference
        android:key="permission_settings"
        android:title="@string/permissions_label"
        android:summary="@string/summary_two_lines_placeholder"
        android:summary="@string/summary_placeholder"
        android:selectable="true"
        app:summaryLineCount="2" />
        app:summaryLineCount="1" />

    <Preference
        android:key="storage_settings"