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

Commit 634b56cb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not special case the storage permission group." into qt-dev

parents cf9b3d2e 2102faf3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -176,9 +176,6 @@ public class PermissionBarChartPreferenceController extends BasePreferenceContro
            return null;
        }

        // STOPSHIP: Ignore the STORAGE group since it's going away.
        usageInfos.removeIf(usage -> usage.getName().equals("android.permission-group.STORAGE"));

        final BarViewInfo[] barViewInfos = new BarViewInfo[
                Math.min(BarChartPreference.MAXIMUM_BAR_VIEWS, usageInfos.size())];