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

Commit d4a7e3c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Print the AttributionSource that permission was checked for" into main

parents 73b43b1a 8b65d260
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ public final class Utils {
        }

        final String msg =
                "Need " + permission + " permission for " + attributionSource + ": " + message;
                "Need " + permission + " permission for " + currentAttribution + ": " + message;
        if (result == PERMISSION_HARD_DENIED) {
            throw new SecurityException(msg);
        } else {