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

Commit 0b69021d authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Android (Google) Code Review
Browse files

Merge "Fix AudioAttributes.setContentType"

parents fe202b92 00d0bb38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ public final class AudioAttributes implements Parcelable {
                    mContentType = contentType;
                    break;
                default:
                     mUsage = CONTENT_TYPE_UNKNOWN;
                    mContentType = CONTENT_TYPE_UNKNOWN;
            }
            return this;
        }