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

Commit d088d4ae authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Fix copy-paste typo in exception message

Bug: b/205124386
Change-Id: Ie0706bb3fd91322ee583027dfd80e0f170dbd8e9
Flag: EXEMPT bugfix
Test: presubmit
parent a8ef53cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ public class AudioPolicy {
        @NonNull
        public Builder setMediaProjection(@NonNull MediaProjection projection) {
            if (projection == null) {
                throw new IllegalArgumentException("Invalid null volume callback");
                throw new IllegalArgumentException("Invalid null media projection");
            }
            mProjection = projection;
            return this;