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

Commit 4866004a authored by joonhunshin's avatar joonhunshin
Browse files

add feature flag to fix stuck imcoming call

Bug: 289461637
Bug: 304441595
Test: build pass
Change-Id: I62fb78d6c30bbccd5f187a7649a718402f46a5fb
parent 3536e852
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
    description: "This flag controls Conference’s hold & unHold operation changed to send a message"
    description: "This flag controls Conference’s hold & unHold operation changed to send a message"
    bug:"288002989"
    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