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

Commit 821cda6c authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Allow permission descriptions to be more lines" into oc-dr1-dev am: 6e6fcddc

am: c9c0cf25

Change-Id: Id27e5c2acc8afafeb9ceaaf33fbe35f725051b8a
parents d446000a c9c0cf25
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ public final class AllAppPermissionsFragment extends SettingsWithHeader {
        }
        pref.setIcon(Utils.applyTint(getContext(), icon, android.R.attr.colorControlNormal));
        pref.setTitle(perm.loadLabel(pm));
        pref.setSingleLineTitle(false);
        final CharSequence desc = perm.loadDescription(pm);

        pref.setOnPreferenceClickListener((Preference preference) -> {