Change permission preference to only 1 line summary am: 32a8568230

am: 33a91c5004

Change-Id: I2e32fe198008b05a779dbfc68fc5695fec10f8bb
This commit is contained in:
Fan Zhang
2017-07-01 00:49:43 +00:00
committed by android-build-merger

View File

@@ -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"