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

Commit 63b43c08 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

am: 33a91c50

Change-Id: I2e32fe198008b05a779dbfc68fc5695fec10f8bb
parents 25faa52b 33a91c50
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"