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

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

Merge "Hide storage permission usages." into qt-dev

parents dc263394 945017ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -796,7 +796,7 @@ public final class Utils {
     * @return whether or not to show permission usages for the given permission group.
     */
    public static boolean shouldShowPermissionUsage(@NonNull String permissionGroup) {
        return true;
        return !permissionGroup.equals(STORAGE);
    }

    /**