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

Commit 4514f936 authored by Scott Randolph's avatar Scott Randolph Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in AudioPolicy comments"

parents 3396d347 7934aab6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -186,9 +186,9 @@ public class AudioPolicy {

        /**
         * Declares whether this policy will grant and deny audio focus through
         * the {@link AudioPolicy.AudioPolicyStatusListener}.
         * the {@link AudioPolicy.AudioPolicyFocusListener}.
         * If set to {@code true}, it is mandatory to set an
         * {@link AudioPolicy.AudioPolicyStatusListener} in order to successfully build
         * {@link AudioPolicy.AudioPolicyFocusListener} in order to successfully build
         * an {@code AudioPolicy} instance.
         * @param enforce true if the policy will govern audio focus decisions.
         * @return the same Builder instance.