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

Commit 8bef1da7 authored by joonhunshin's avatar joonhunshin
Browse files

Add feature flag to fix the media type of accept when answering via MMI code

Bug: 286499659
Test: build pass
Change-Id: Icc7c7115be2e78eaf0a2d304d3a8c7fac879a2bb
parent b08868ba
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -69,3 +69,13 @@ flag {
    description: "This flag controls whether framework supports SIP subscribe retry or not"
    bug:"297023230"
}

flag {
    name: "answer_audio_only_when_answering_via_mmi_code"
    namespace: "telephony"
    description: "This flag changes the media type when answering incoming call via MMI code"
    bug:"286499659"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}