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

Commit a76a8f9b authored by Jacob Hobbie's avatar Jacob Hobbie
Browse files

Fixing typos in error message

TEST=not necessary
BUG=270596429

Change-Id: I71f838ea120cec02f2a3fdd8ece8ae561a6bfbdd
parent a1321728
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(