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

Commit 4c3118b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioAttributes: improve CONTENT_TYPE_MOVIE javadoc" into main

parents b4f43bfa 830af4f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,8 +98,8 @@ public final class AudioAttributes implements Parcelable {
     */
    public final static int CONTENT_TYPE_MUSIC = 2;
    /**
     * Content type value to use when the content type is a soundtrack, typically accompanying
     * a movie or TV program.
     * Content type value to use when the content type is the audio typically accompanying
     * a movie or TV program, containing a mix of dialogue, music and sound effects.
     */
    public final static int CONTENT_TYPE_MOVIE = 3;
    /**