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

Commit 830af4f0 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

AudioAttributes: improve CONTENT_TYPE_MOVIE javadoc

Bug: 428723138
Test: N/A
Flag: EXEMPT javadoc
Change-Id: I4a63d859faa5106a43c6e6e543ecc67b18fe1f64
parent cf3ce3b9
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;
    /**