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

Commit 344b9fbe authored by Joel Galenson's avatar Joel Galenson
Browse files

Have AllAppPermissionsFragment use large header.

Fixes: 131924774
Test: View screen.
Change-Id: I894111b8408a750f0355baf4f6ad02e2f3ae4e41
parent f75c68ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ import java.util.List;
 *
 * <p>Shows the list of individual runtime and non-runtime permissions the app has requested.
 */
public final class AllAppPermissionsFragment extends SettingsWithHeader {
public final class AllAppPermissionsFragment extends SettingsWithLargeHeader {

    private static final String LOG_TAG = "AllAppPermissionsFragment";

@@ -141,7 +141,7 @@ public final class AllAppPermissionsFragment extends SettingsWithHeader {
                infoIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
                        .setData(Uri.fromParts("package", pkg, null));
            }
            setHeader(icon, label, infoIntent, userHandle);
            setHeader(icon, label, infoIntent, userHandle, false);

            if (info.requestedPermissions != null) {
                for (int i = 0; i < info.requestedPermissions.length; i++) {