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

Commit 096fe3ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Copy flags except MUTE_HAPTIC in setLegacyStreamType."

parents 40adbfbc a9b4f094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -824,7 +824,7 @@ public final class AudioAttributes implements Parcelable {
                if (attributes != null) {
                    mUsage = attributes.mUsage;
                    mContentType = attributes.mContentType;
                    mFlags = attributes.mFlags;
                    mFlags = attributes.getAllFlags();
                    mMuteHapticChannels = attributes.areHapticChannelsMuted();
                    mTags = attributes.mTags;
                    mBundle = attributes.mBundle;