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

Commit 961cd3a8 authored by Eric Laurent's avatar Eric Laurent
Browse files

AudioManager: fix typo in java doc.

Fix typo spotted by API review.

Bug: 206628713
Test: make offline-sdk-docs
Change-Id: Ic681d1a99f7100215a40ece0203e2c15c1160680
parent 234a8218
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3098,7 +3098,7 @@ public class AudioManager {
    public static final int MODE_CALL_REDIRECT   = AudioSystem.MODE_CALL_REDIRECT;

    /**
     * n audio/video chat or VoIP call is established and its audio is being redirected to another
     * An audio/video chat or VoIP call is established and its audio is being redirected to another
     * device.
     */
    public static final int MODE_COMMUNICATION_REDIRECT = AudioSystem.MODE_COMMUNICATION_REDIRECT;