Merge "Fix AudioAttributes.Builder.setFlags() javadoc"

This commit is contained in:
Jean-Michel Trivi
2016-01-19 18:46:09 +00:00
committed by Android (Google) Code Review

View File

@@ -442,7 +442,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) {