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

Commit d0e8967e authored by joonhunshin's avatar joonhunshin
Browse files

Add feature flag to support SIP subscribe retry

Bug: 323278352
Test: build pass
Change-Id: Ie1fde6e8c32c39f85f8d563951a6a49b9ec94d4b
parent 21dd960b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -62,3 +62,10 @@ flag {
    description: "This flag updates roaming state to set wfc mode"
    bug:"317298331"
}

flag {
    name: "enable_sip_subscribe_retry"
    namespace: "telephony"
    description: "This flag controls whether framework supports SIP subscribe retry or not"
    bug:"297023230"
}