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

Commit cabcef2b authored by Sewook Seo's avatar Sewook Seo Committed by Hidayat Khan
Browse files

Feature flag for emergency registration CB feature

Define feature flag for emergency registration notification feature

Bug: 312101946
Test: system build
Change-Id: Id70cf14453378cd01542377ca24cf813cad1fb86
parent b7a00f3f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -41,3 +41,10 @@ flag {
    description: "This flag terminates active video call instead holding when accepting 2nd incoming video call as audio only"
    bug:"309548300"
}

flag {
    name: "emergency_registration_state"
    namespace: "telephony"
    description: "This flag is created to notify emergency registration state changed."
    bug:"312101946"
}