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

Commit 64d3f854 authored by Joonhun Shin's avatar Joonhun Shin Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag to fix the media type of accept when answering via MMI code" into main

parents ff623d8f 8bef1da7
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
    }
}