Merge "Fix AudioAttributes.Builder.setFlags() javadoc"
This commit is contained in:
committed by
Android (Google) Code Review
commit
11ca2874d2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user