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

Commit 11dfd814 authored by joonhunshin's avatar joonhunshin
Browse files

Add feature flag to notify the initial IMS provisioning statue

Bug: 330082572
Test: build pass
Change-Id: I1a7f111bc59f503fbe0a220ab6d6038b109336e6
parent 51089d41
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -92,3 +92,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

# OWNER=joonhunshin TARGET=24Q3
flag {
    name: "notify_initial_ims_provisioning_status"
    namespace: "telephony"
    description: "This flag allows to notify initial IMS provisioning status when IFeatureProvisioningCallback registered or ImsService connected"
    bug:"330082572"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}