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

Commit eb304570 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "AudioAttributes: Fix Builder.setFlags()"

parents 84c74cd2 d0c49687
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -710,7 +710,7 @@ public final class AudioAttributes implements Parcelable {
         * @return the same Builder instance.
         */
        public Builder setFlags(int flags) {
            flags &= AudioAttributes.FLAG_ALL;
            flags &= AudioAttributes.FLAG_ALL_PUBLIC;
            mFlags |= flags;
            return this;
        }