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

Commit 733b7e1f authored by Hall Liu's avatar Hall Liu Committed by Gerrit Code Review
Browse files

Merge "Update audio processing mode constant"

parents 44a7e4f1 74a90311
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,8 +122,8 @@ public class CallAudioModeStateMachine extends StateMachine {
        }
    }

    // TODO: remove this and replace when the new audio mode gets checked in.
    public static final int NEW_AUDIO_MODE_FOR_AUDIO_PROCESSING = AudioManager.MODE_NORMAL;
    // TODO: remove this and replace when the new audio mode gets pushed to AOSP.
    public static final int NEW_AUDIO_MODE_FOR_AUDIO_PROCESSING = 4;

    public static final int INITIALIZE = 1;
    // These ENTER_*_FOCUS commands are for testing.