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

Commit c3d290dc authored by Nate Myren's avatar Nate Myren Committed by Android (Google) Code Review
Browse files

Merge "Clarify AudioRecord.Builder.setContext documentation" into sc-dev

parents c8593c87 076ab730
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -612,7 +612,9 @@ public class AudioRecord implements AudioRouting, MicrophoneDirection,
        }

        /**
         * Sets the context the record belongs to.
         * Sets the context the record belongs to. This context will be used to pull information,
         * such as attribution tags, which will be associated with the AudioRecord. However, the
         * context itself will not be retained by the AudioRecord.
         * @param context a non-null {@link Context} instance
         * @return the same Builder instance.
         */