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

Commit 15c1da27 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

AudioFocusRequest: fix doc for focus listener dispatch

Bug: 78617702
Test: make offline-sdk-docs
Change-Id: I6eeacfdc309f76295276e271bb5700ec6f89148a
parent 8aec7be1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -414,7 +414,9 @@ public final class AudioFocusRequest {
         *   with {@link AudioManager#abandonAudioFocusRequest(AudioFocusRequest)}.
         *   Note that only focus changes (gains and losses) affecting the focus owner are reported,
         *   not gains and losses of other focus requesters in the system.<br>
         *   Notifications are delivered on the main {@link Looper}.
         *   Notifications are delivered on the {@link Looper} associated with the one of
         *   the creation of the {@link AudioManager} used to request focus
         *   (see {@link AudioManager#requestAudioFocus(AudioFocusRequest)}).
         * @param listener the listener receiving the focus change notifications.
         * @return this {@code Builder} instance.
         * @throws NullPointerException thrown when a null focus listener is used.