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

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

Merge "add feature flag to fix stuck imcoming call" into main

parents aedf23aa 4866004a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
    description: "This flag controls Conference’s hold & unHold operation changed to send a message"
    bug:"288002989"
}

flag {
    name: "ignore_already_terminated_incoming_call_before_registering_listener"
    namespace: "telephony"
    description: "This flag ignores the incoming call by throwing an exception if the call was already terminated before the framework registers the listener for the incoming call"
    bug:"289461637"
}
 No newline at end of file