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

Commit 3777a7e3 authored by Hall Liu's avatar Hall Liu
Browse files

Answer video calls as audio-only through wired headset

Change-Id: I1602a422763bd825f3a1e34d910bf8c238a982df
Fix: 30371265
parent 78031a08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1452,7 +1452,7 @@ public class CallsManager extends Call.ListenerBase
                    mCallAudioManager.toggleMute();
                    return true;
                } else {
                    ringingCall.answer(ringingCall.getVideoState());
                    ringingCall.answer(VideoProfile.STATE_AUDIO_ONLY);
                    return true;
                }
            } else if (HeadsetMediaButton.LONG_PRESS == type) {