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

Commit 060ba6a5 authored by Jacob Hobbie's avatar Jacob Hobbie Committed by Android (Google) Code Review
Browse files

Merge "Fixing typos in error message"

parents 07b87539 a76a8f9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ class RegisterReceiverFlagDetector : Detector(), SourceCodeScanner {

        if (!isProtected) {
            val actionsList = unprotectedActionsList.joinToString(", ", "", "", -1, "")
            val message = "$receiverArg is missing 'RECEIVED_EXPORTED` or 'RECEIVE_NOT_EXPORTED' " +
            val message = "$receiverArg is missing 'RECEIVER_EXPORTED` or 'RECEIVER_NOT_EXPORTED' " +
                            "flag for unprotected broadcast(s) registered for $actionsList."
            if (flagsArg == null) {
                context.report(