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

Commit d86bbd1b authored by Nate Myren's avatar Nate Myren Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13901977

Change-Id: I41a9ed517b6d12c838ac9c5e72c11f35a490e889
parents 31395c10 c3d290dc
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.
         */