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

Commit 26d2fdbb authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Fix AudioAttributes.Builder.setFlags() javadoc

Change-Id: I6bca54040060e538d1f9e48ed3510c7524e55129
parent 96eb366d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -433,7 +433,8 @@ public final class AudioAttributes implements Parcelable {

        /**
         * Sets the combination of flags.
         * @param flags the {@link AudioAttributes#FLAG_AUDIBILITY_ENFORCED} flag.
         * @param flags a combination of {@link AudioAttributes#FLAG_AUDIBILITY_ENFORCED},
         *    {@link AudioAttributes#FLAG_HW_AV_SYNC}.
         * @return the same Builder instance.
         */
        public Builder setFlags(int flags) {